Function |
Description |
!= |
Tests if two objects refer to different volumes |
= |
Initializes the object to refer to the same volume as another |
== |
Tests if two objects refer to the same volume |
Capacity() |
Returns volume's total storage capacity |
Device() |
Returns volume's dev_t number |
FreeBytes() |
Returns free storage capacity for a volume |
GetIcon() |
Returns volume's icon |
GetName() |
Returns volume's name |
GetRootDirectory() |
Initializes a directory to refer to the volume's root directory |
InitCheck() |
Returns the status of the last initialization |
IsPersistent() |
Tests if the volume is persistent |
IsReadOnly() |
Tests if the volume is read only |
IsRemovable() |
Tests if the volume is removable |
IsShared() |
Tests if the volume is accessed through the network |
KnowsAttr() |
Tests if the volume's files accept attributes |
KnowsMime() |
Tests if the volume uses MIME types |
KnowsQuery() |
Tests if the volume responds to queries |
SetTo() |
Initializes the object to another volume |
Unset() |
Uninitializes the object |
BVolume() |
Constructor |