io: implement pre- and post-order directory traversal for windows
This commit is contained in:
@@ -24,6 +24,8 @@ BLUE_API bool b_path_exists(const b_path *path);
|
||||
BLUE_API bool b_path_is_file(const b_path *path);
|
||||
BLUE_API bool b_path_is_directory(const b_path *path);
|
||||
|
||||
BLUE_API const char *b_path_ptr(const b_path *path);
|
||||
|
||||
BLUE_API b_path *b_path_retain(b_path *path);
|
||||
BLUE_API void b_path_release(b_path *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user