<- Back to POP3it Pro function list
POP3it_File_CreateFolder
- Description
This function creates a Folder or Directory on your hard drive.
- Return Type
- Text
- Format
- POP3it_File_CreateFolder ( Folder )
- Required Parameters
- Folder
The Path and Name of the Folder to Create.
- Folder
- Related Items
- POP3it_File_DeleteFolder, POP3it_File_FolderExists, POP3it_File_GetPath, POP3it_File_SelectFolderWithDialog
- Example
Code:
POP3it_File_CreateFolder("~/Desktop/New Folder")Result:
Creates a new Folder with the name "New Folder" on the user's Desktop.