Edit

CreateFolder (parentFolderPath, newFolderName)

Result type:  Boolean

Definition:  Creates a new folder in the specified location.

parentFolderPath must be inside an existing "safe path" directory.

Returns true to indicate success (the folder now exists, due to being created or already existing), false for failure (the folder could not be created or is not accessible).

Availability:  MWScript in MoneyWorks 9.1 and later.

See Also:

AddSafePath: UI to add a safe path to the preferences

File_Close: File functions for creating/reading/writing text files

File_GetLength: File length in bytes

File_GetMark: Get current read/write position

File_Move: Rename/move a file

File_Open: Open a file

File_Path: Get the full path of an open file

File_Read: Read text from current position

File_ReadLine: Read to end of line from current position

File_SetMark: Set Current read/write position

File_Write: Write text at current position

WriteToTempFile: Create a temp file containing the string