Name | POP3it_File_Exists |
---|
Description | This function will check to see if a file exists.
|
---|
Return Type | Number (1=True, 0=False) |
---|
Format | POP3it_File_Exists ( File ) |
---|
Required Parameters | File The Path and File Name of the File you want to Find.
|
---|
Examples | - Example 1
Returns 1 if the "ithink.txt" file exists on Windows. POP3it_File_Exists( "c:\random\ithink.txt" )
- Example 2
Returns 0 when the "doesnt_exist.txt" file does not exist on Mac. POP3it_File_Exists( "/random/doesnt_exist.txt" )
|
---|