Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Jun 09 02:03:00 CEST 2024

Total time taken to generate the page: 0.01670 seconds