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