#ifdef PLATFORM_WIN32 inline String GetDriveName(const String& path) { path.Left(2); } #endif
Report message to a moderator