Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > volumeInfo |
![]() ![]() ![]() |
volumeInfo
Syntax
file("fileName
").volumeInfo
Description
Multiuser Server server-side function; returns information about the volume containing the specified file as a property list with the format [#blockSize: n, #freeBlocks: m ]
. The #blockSize
property is the size of the minimum disk space allocation. The #freeBlocks
property indicates the number of free blocks on the volume.
Example
This server-side statement displays the volumeInfo
of the volume HardDrive in the server's console window:
put file("HardDrive:Images:Sunset.bmp").volumeInfo
![]() ![]() ![]() |