DeleteFolder

Core function

New in package 162.3

Syntax

DeleteFolder( path )

Parameters

Parameter Description
path folder path to delete, in local or UNC format.

Return Value

None.

Description

  • The specified folder is deleted regardless of whether or not it has contents.
  • Throws an exception if:
    • Path is relative or incomplete.
    • The specified folder is not accessible, or is a file.
    • User does not have enough privileges to delete the folder.

Examples

See Also

CreateFolder, FolderExists, DeleteFile

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.