List files and fix scrolling

This commit is contained in:
Krzosa Karol
2024-07-24 14:16:58 +02:00
parent 93e0104c1e
commit cb4f380313
6 changed files with 45 additions and 3 deletions

View File

@@ -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;