#ifdef PLATFORM_WIN32 inline String GetDriveName(const String& path) { return path.Left(path.FindFirstOf(":")+1); } #endif
Report message to a moderator