Name | SMTPit_File_Delete |
---|
Description | You can use this function to delete a file.
|
---|
Return Type | Text |
---|
Format | SMTPit_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" )
|
---|