List files and fix scrolling
This commit is contained in:
@@ -31,6 +31,8 @@ String GetExeDir(Allocator allocator);
|
||||
bool FileExists(String path);
|
||||
bool IsDir(String path);
|
||||
bool IsFile(String path);
|
||||
String GetWorkingDir(Allocator arena);
|
||||
bool IsAbsolute(String path);
|
||||
|
||||
struct Process {
|
||||
bool is_valid;
|
||||
|
||||
Reference in New Issue
Block a user