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 |
Constructor and Destructor | |
Device() | Returns volume's dev_t number |
FreeBytes() | Returns free storage capacity for a volume |
Function Summary | |
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 |
Initializing a BVolume | |
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 |
Member Functions | |
Mount and Unmount | |
Operators | |
SetTo() | Initializes the object to another volume |
Unset() | Uninitializes the object |
BVolume | |
BVolume() | Constructor |
~BVolume | Destructor |
The Storage Kit Table of Contents | The Storage Kit Index |
Copyright © 2000 Be, Inc. All rights reserved..