Add a helper funtion to the system path library to obtain the full path of a file.

This commit is contained in:
Sandu Liviu Catalin
2016-06-18 20:27:51 +03:00
parent fe70560234
commit c8d5200dc0
2 changed files with 51 additions and 3 deletions
+5
View File
@@ -10,6 +10,11 @@
// ------------------------------------------------------------------------------------------------
namespace SqMod {
/* ------------------------------------------------------------------------------------------------
* Retrieve the full path of file.
*/
Buffer GetRealFilePath(CSStr path);
/* ------------------------------------------------------------------------------------------------
* This class represents filesystem paths in a platform-independent manner.
*/