de::NativePath will now automatically resolve any '..' and '.' references in native paths. de::CommandLine now uses NativePath when converting arguments to absolute paths, as it is assumed that CommandLine::makeAbsolutePath() is only called when expecting a native path.
Fixed|Win32: NativePath cleanup
de::NativePath will now automatically resolve any '..' and '.' references
in native paths. de::CommandLine now uses NativePath when converting arguments
to absolute paths, as it is assumed that CommandLine::makeAbsolutePath() is
only called when expecting a native path.