Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > size |
![]() ![]() ![]() |
size
Syntax
file("whichFile
").size
Description
Multiuser Server server-side function; returns the size of the file in bytes.
Example
This server-side statement assigns the size in bytes of the file Sunset.bmp to the variable fileSize
:
fileSize = file("HardDrive:Images:Sunset.bmp").size
![]() ![]() ![]() |