Add option to retrieve the real file path in the system path library.

This commit is contained in:
Sandu Liviu Catalin
2016-09-04 00:49:32 +03:00
parent 8dacace7ae
commit 6da98330ca
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -721,6 +721,11 @@ public:
*/
static SysPath Null();
/* --------------------------------------------------------------------------------------------
* Returns the real path to the specified file or directory.
*/
static SysPath Real(CSStr path);
/* --------------------------------------------------------------------------------------------
* Creates a path from a parent path and a file name. The parent path is expected to reference
* a directory.