Home » U++ Library support » U++ Core » [REQUEST] GetDriveName function for Path.h
[REQUEST] GetDriveName function for Path.h [message #20807] |
Thu, 09 April 2009 11:17  |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
Do you mind adding following inline function to Path.h:
#ifdef PLATFORM_WIN32
inline String GetDriveName(const String& path) { path.Left(2); }
#endif
Matthias
|
|
|
Goto Forum:
Current Time: Mon Apr 28 09:08:04 CEST 2025
Total time taken to generate the page: 0.00724 seconds
|