Search bar anchor
This commit is contained in:
@@ -276,13 +276,6 @@ int64_t GetFileModTime(String file) {
|
||||
}
|
||||
}
|
||||
|
||||
enum MakeDirResult {
|
||||
MakeDirResult_Success,
|
||||
MakeDirResult_Exists,
|
||||
MakeDirResult_NotFound,
|
||||
MakeDirResult_ErrorOther,
|
||||
};
|
||||
|
||||
MakeDirResult MakeDir(String path) {
|
||||
Scratch scratch;
|
||||
MakeDirResult result = MakeDirResult_Success;
|
||||
|
||||
Reference in New Issue
Block a user