Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_Folder_Folder

NameSMTPit_Folder_Folder
Description

This function tests for the Existence of a Folder on your hard drive.

Return TypeNumber (1=True, 0=False)
FormatSMTPit_Folder_Folder ( Folder )
Required Parameters
Folder

The path of the folder you want to find.

Example
Example 1

Returns 1 if a Folder named "New Folder" exists on the user's Desktop.

SMTPit_File_FolderExists( "~/Desktop/New Folder/" )