Use wxFileName::MakeAbsolute() instead of Normalize()
Make the code more clear by being more explicit about what it does. No real changes and no changes in behaviour at all.
This commit is contained in:
@@ -361,7 +361,7 @@ public:
|
||||
bool MakeRelativeTo(const wxString& pathBase = wxEmptyString,
|
||||
wxPathFormat format = wxPATH_NATIVE);
|
||||
|
||||
// make the path absolute
|
||||
// make the path absolute and resolve any "." and ".." in it
|
||||
//
|
||||
// this may be done using another (than current) value of cwd
|
||||
bool MakeAbsolute(const wxString& cwd = wxEmptyString,
|
||||
|
Reference in New Issue
Block a user