void DeleteDirectory (string path)
 
Recursively deletes the directory with the given path.
Exceptions:
OutOfMemoryException
Thrown when a low memory situation occurs.
Parameters:
path
Full pathname of the directory.
Delete the directory C:.
<xsl:variable name="VarDeleteDirectory" select="wwfilesystem:DeleteDirectory('C:\\deleteme')" />
Was this helpful?
Last modified date: 10/14/2020