mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Make path api more understandable, breaks certain code and have makeabsolute and makerelative
This commit is contained in:
@@ -34,4 +34,5 @@ namespace Tesses::Framework::Filesystem
|
||||
void GetDate(VFSPath path, time_t& lastWrite, time_t& lastAccess);
|
||||
void SetDate(VFSPath path, time_t lastWrite, time_t lastAccess);
|
||||
};
|
||||
extern LocalFilesystem LocalFS;
|
||||
}
|
||||
Reference in New Issue
Block a user