U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
masu is currently offline  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
 
Read Message
Read Message
Read Message
Previous Topic: .ini file
Next Topic: problem with system() under windows [SOLVED]
Goto Forum:
  


Current Time: Sun Sep 27 08:21:24 GMT+2 2026

Total time taken to generate the page: 0.00950 seconds