#include <string>
Functions | |
std::string | FindMountPointForDevice (const char *device) |
bool | IdentCdrom (std::string CD, std::string &Res, unsigned int Version=2) |
bool | IsMounted (std::string &Path) |
bool | MountCdrom (std::string Path, std::string DeviceName="") |
bool | UnmountCdrom (std::string Path) |
std::string FindMountPointForDevice | ( | const char * | device | ) |
bool IdentCdrom | ( | std::string | CD, |
std::string & | Res, | ||
unsigned int | Version = 2 |
||
) |
bool IsMounted | ( | std::string & | Path | ) |
bool MountCdrom | ( | std::string | Path, |
std::string | DeviceName = "" |
||
) |
bool UnmountCdrom | ( | std::string | Path | ) |