1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Added GetRelativePath

This commit is contained in:
Brian Fiete 2023-02-20 14:46:24 -05:00
parent 3dbab0f42b
commit 990b509111
2 changed files with 135 additions and 42 deletions

View file

@ -226,6 +226,7 @@ int64 GetFileTimeWrite(const StringImpl& path);
String GetFileDir(const StringImpl& path);
String GetFileName(const StringImpl& path);
String GetFileExtension(const StringImpl& path);
String GetRelativePath(const StringImpl& fullPath, const StringImpl& curDir);
String GetAbsPath(const StringImpl& relPath, const StringImpl& dir);
String FixPath(const StringImpl& path);
String FixPathAndCase(const StringImpl& path);