1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-18 08:07:12 +02:00

Add function to normalize path separators.

This commit is contained in:
Sandu Liviu Catalin
2019-08-14 04:33:18 +03:00
parent 012ab7ac0a
commit 98fab7a780
2 changed files with 32 additions and 0 deletions

View File

@ -751,6 +751,11 @@ public:
* Creates a path in dynamic format from a string.
*/
static SysPath MakeDynamic(CSStr path);
/* --------------------------------------------------------------------------------------------
* Makes sure all separators from a path are the same.
*/
static String NormalizePath(SQInteger s, StackStrF & val);
};
} // Namespace:: SqMod