FileSize
Description: |
baFileSize returns the size of a file. |
Platforms: |
Windows and Macintosh |
Usage: |
Result = baFileSize( FileName ) |
Arguments: |
String. |
Returns: |
Integer. |
Examples: |
Director: Authorware: |
Notes: |
This function will only return correctly on files
smaller than Director's MAXINTEGER - 2147483647 bytes. Use
baFileSizeEx to get file sizes larger than
this. |
See also: |
baFileSizeEx |