restDeleteApplication

Unregisters the directory path if it is already registered.

restDeleteApplication('dirPath'); → returns void

Argument Reference

dirPath string
Required

Path to the directory to be unregistered. If the path is not valid, it results in an error.

Examples
Sample code invoking the restDeleteApplication function

<cfset restDeleteApplication('C:/ColdFusion10/cfusion/wwwroot/restexample/')> 

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub