|
LMMS
|
Functions | |
| static DWORD | getAtts (const String &path) noexcept |
| static bool | changeAtts (const String &path, DWORD bitsToSet, DWORD bitsToClear) noexcept |
| static int64 | fileTimeToTime (const FILETIME *const ft) noexcept |
| static FILETIME * | timeToFileTime (const int64 time, FILETIME *const ft) noexcept |
| static String | getDriveFromPath (String path) |
| static int64 | getDiskSpaceInfo (const String &path, const bool total) |
| static unsigned int | getWindowsDriveType (const String &path) |
| static File | getSpecialFolderPath (int type) |
| static File | getModuleFileName (HINSTANCE moduleHandle) |
| static Result | getResultForLastError () |
| static bool | hasFileAccess (const File &file, DWORD accessType) |
|
staticnoexcept |
|
static |