-
Notifications
You must be signed in to change notification settings - Fork 1
FileSize Operator
Martin Danielsson edited this page Jul 23, 2015
·
2 revisions
Use the FileSize
operator to retrieve the size of a file on disk.
What | Type |
---|---|
Syntax | FileSize(fileName) |
fileName |
string |
Return type | int |
The FileSize
operator will return the file size of the given file with the file name fileName
. If the file cannot be resolved, the processing will be cancelled with an appropriate exception message.