| 181 | } |
| 182 | |
| 183 | bool Exists(const char* path) |
| 184 | { |
| 185 | return dmSysPosix::Exists(path); |
| 186 | } |
| 187 | |
| 188 | Result IterateTree(const char* dirpath, bool recursive, bool call_before, void* ctx, void (*callback)(void* ctx, const char* path, bool isdir)) |
| 189 | { |
no outgoing calls