|
|
|
|
|
<DiskFile variable>.Size (Function) In french: <Variable FichierDisque>.Taille Returns the size of a file (in bytes).
Syntax
Getting the size of a file according to its path Hide the details
<Result> = <File path>.Size()
Remarks Handling errors <DiskFile variable>.Size throws an error in the following cases: - the specified file does not exist,
- the name of the specified file is invalid.
Note: <DiskFile variable>.Size does not work on hidden files. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|