fileSizeOf
|
The fileSizeOf function returns the size of the specified file. Usage The fileSizeOf function is used to return the size of the specified file.
For instance the following Lisp code shows how to return the size of test.txt
Notice how the _path variable is appended to the file name to
make sure that a full path and file name are passed to the fileSizeOf function.
(setq fileSize (fileSizeOf (append _path "/" test.txt"))) ;; Return the size of test.txt
Expression:
Arguments
Name
Type
Description Argument: filePathName String Text
The path and file name to be sized.
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.
Text | String |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|