Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_Folder_Create

NameSMTPit_Folder_Create
Description

This function creates a Folder on your hard drive.

Return TypeText
FormatSMTPit_Folder_Create ( Folder )
Required Parameters
Folder

The path and folder name of the folder you want to create.

Example
Example 1

Creates a new Folder with the name "New Folder" on the user's Desktop.

SMTPit_File_CreateFolder( "~/Desktop/New Folder" )