file.newFolder

Syntax file.newFolder (path)

Params path is a legal path name to the folder you wish to create.

Action Creates a new, empty folder.

Returns True

Examples file.newFolder ("C:\\Program Files\\Frontier\\Test Folder\\")

   » true


file.newFolder ("System:Test Folder:")

   » true

Errors Attempting to create a folder named path when such a folder already exists results in an error condition reporting the duplicate name.

Discuss