Returns the size in bytes of a file in the file system.
uint64 GetFileSizeInBytes( string file )
Parameter Type | Parameter Name | Documentation |
---|---|---|
string | file | The absolute path to the file to query. For example: "D:\\MyFolder\\MyPicture.png". |
None published. Please look for an example in the Simdify Scripting Language code base.