FolderSize
Description: |
baFolderSize returns the size of a folder. |
Platforms: |
Windows and Macintosh |
Usage: |
Result = baFolderSize( Folder, FileSpec, SubFolders ) |
Arguments: |
String, string, integer. |
Returns: |
Integer. Returns the size of the folder in kilobytes (1k = 1000 bytes). |
Examples: |
Director: Authorware: |
Notes: |
On Windows, the FileSpec is a DOS wildcard, eg "*.bmp". Only one type can be specified. Use "*.*" to match all files. On Macintosh, the FileSpec can be
either a four character type code eg "TEXT" or an extension eg ".txt". Only
one type or extension can be specified. Use an empty string or "*.*" to
match all files. |