| 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 | { |
| 190 | return dmSysPosix::IterateTree(dirpath, recursive, call_before, ctx, callback); |
| 191 | } |
| 192 | |
| 193 | Result Unlink(const char* path) |
| 194 | { |
no outgoing calls