Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_File_Exists

NameSMTPit_File_Exists
Description

This function will check to see if a file exists.

Return TypeNumber (1=True, 0=False)
FormatSMTPit_File_Exists ( File )
Required Parameters
File

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

Examples
Example 1

Returns "True" if the "ithink.txt" file exists on Windows.

SMTPit_File_Exists( "c:\random\ithink.txt" )
Example 2

Returns "True" if the "ithink.txt" file exists on Mac.

SMTPit_File_Exists( "/random/ithink.txt" )