FileSize Operator - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki
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.