<- Back to POP3it Pro function list
POP3it_File_FolderExists
- Description
This function tests for the Existence of a Folder on your hard drive.
- Return Type
- Number (1=True, 0=False)
- Format
- POP3it_File_FolderExists ( Folder )
- Required Parameters
- Folder
The Path and Name of the Folder to look for.
- Folder
- Related Items
- POP3it_File_CreateFolder, POP3it_File_DeleteFolder, POP3it_File_GetPath, POP3it_File_SelectFolderWithDialog
- Example
Code:
POP3it_File_FolderExists("~/Desktop/New Folder/")Result:
Returns 1 if a Folder named "New Folder" exists on the user's Desktop.