fileExists
|
The fileExists function checks to see if the specified file exists.
Usage The fileExists function is used to see if the specified file exists.
For instance the following Lisp code shows how to check whether or not a file exists.
(fileExists "C:/Test/myfile.xls") ;; Returns true if the specified file exists
Expression:
Arguments
Name
Type
Description Argument: filePathName String Text
The file path name to be checked
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Text |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|