Description
Unregisters the directory path if it is already registered.
Returns
Nothing
History
ColdFusion 10: Added this function
Unregisters the directory path if it is already registered.
Nothing
ColdFusion 10: Added this function
RestDeleteApplication("dirPath")
Parameter |
Description |
---|---|
dirPath |
Required. Path to the directory to be unregistered. If the path is not valid, it results in an error. |
<cfset RestDeleteApplication("C:/ColdFusion10/cfusion/wwwroot/restexample/")>