Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_File_Delete

NameSMTPit_File_Delete
Description

You can use this function to delete a file.

Return TypeText
FormatSMTPit_File_Delete ( File )
Required Parameters
File

The Path and File Name of the File you want to Delete.

Examples
Example 1

Deletes the file "deleteme.txt" on Windows.

SMTPit_File_Delete( "c:\destination\deleteme.txt" )
Example 2

Deletes the file "deleteme.txt" on Mac.

SMTPit_File_Delete( "/Images/deleteme.txt" )