mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Added GetRelativePath
This commit is contained in:
parent
3dbab0f42b
commit
990b509111
2 changed files with 135 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue