oi10:presentation_server:fileexists_method_filesystem

FILEEXISTS Method (System)

Determines if a specified file exists.

ExistsFlag = Exec_Method( "FILESYSTEM",  

                             "FILEEXISTS",  

                             FileName )
 
NameRequiredDescription
FileNameYesSpecifies the name and path of the file to check for.

TRUE$ if the file exists, or FALSE$ if it doesn't.

N/A

 
// Use the FILESYSTEM FILEEXISTS method to check if a file exists

      FileName = "c:\my_data\aug_2017\book3.xls"

   

   If Exec_Method( "FILESYSTEM", "FILEEXISTS", FileName ) Then

      // It's there ...

   End
 
 
 

N/A

  • oi10/presentation_server/fileexists_method_filesystem.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1