NXSL:RemoveDirectory

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Delete directory on server local file system. Must be enabled by setting server configuration parameter NXSL.EnableFileIOFunctions.

Since: 2.2.3


Syntax

RemoveDirectory(name);


Parameters

name Directory name.


Return Value

True on success, false on failure.