CreateFolder

Core function

New in package 162.3

Syntax

CreateFolder( path )

Parameters

Parameter Description
path Folder path to create, in local or UNC format.

Return Value

None.

Description

  • Throws an exception if:
    • Path is relative or incomplete.
    • The specified folder (or file) already exists.
    • Parent folder does not exists, is not accessible, or is a file.
    • User does not have enough privileges to create a folder in the specified location.

Examples

See Also

DeleteFolder, FolderExists

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