$file.allSizes
Returns the size of each file in a specified directory.
Usage
<array> $file.allSize(<dirname:string>)
Description
Returns the size of each file in a specified directory as an array.

This function is not recursive: it won't return the size of files in subdirectories of <dirname>.

Index, Functions