Public Member Functions | |
| Volumes () | |
| ~Volumes () | |
| uint | GetMountPointCount () |
| Return the number of mount points. | |
| status_t | GetMountPoint (uint nIndex, String *cMountPoint) |
| Return a mountpoint. | |
| status_t | GetFSInfo (uint nIndex, fs_info *psInfo) |
| Return information about a mounted filesystem. | |
| Window * | MountDialog (const Messenger &cMsgTarget, Message *pcMountMsg) |
| Create a mount dialog. | |
| void | Unmount (String cMountPoint, const Messenger &cMsgTarget, Message *pcFinishMsg) |
| Unmounts a volume. | |
| Volumes::Volumes | ( | ) |
| Volumes::~Volumes | ( | ) |
| uint Volumes::GetMountPointCount | ( | ) |
| status_t Volumes::GetMountPoint | ( | uint | nIndex, | |
| String * | cMountPoint | |||
| ) |
| nIndex | - Index of the mountpoint. | |
| cMountPoint | - Will contain the path of the mountpoint after the call. |
| status_t Volumes::GetFSInfo | ( | uint | nIndex, | |
| fs_info * | psInfo | |||
| ) |
| nIndex | - Index of the mountpoint. | |
| psInfo | - Pointer to a fs_info structure. |
| cMsgTarget | - The target that will receive the message. | |
| cMountMsg | - The message that will be sent. |
| cMountPoint | - The mountpoint. | |
| cMsgTarget | - The target that will receive the message. | |
| cMountMsg | - The message that will be sent. |
1.5.1