Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_Folder_Delete

NameSMTPit_Folder_Delete
Description

This function Deletes a Folder from your hard drive. If the folder is not empty, use the DeleteContents parameter to delete the contents and the folder.

Return TypeText
FormatSMTPit_Folder_Delete ( Folder ; DeleteContents )
Required Parameters
Folder

The path of the folder you want to delete.

Optional Parameters
DeleteContents

If True, the contents of the folder will be deleted first. [Default is False, which will cause the function to fail if the folder is not empty.]

Example
Example 1

Deletes the Folder named "New Folder" from the user's Desktop.

SMTPit_File_DeleteFolder( "~/Desktop/New Folder" )