POP3it Pro

Email downloading made easy.

<- Back to POP3it Pro function list

POP3it_File_Delete

Description

You can use this function to delete a file.

Return Type
Text
Format
POP3it_File_Delete ( File )
Required Parameters
  • File

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

Related Items
POP3it_File_Copy, POP3it_File_Exists, POP3it_File_Export, POP3it_File_Import, POP3it_File_Move, POP3it_File_Rename, POP3it_File_SelectFileWithDialog, POP3it_File_Size
Examples

Example 1

Code:

POP3it_File_Delete("c:\images\deleteme.gif")

Result:

Deletes the file "deleteme.gif" on Windows.

Example 2

Code:

POP3it_File_Delete("/Images/deleteme.gif")

Result:

Deletes the file "deleteme.gif" on Mac.