mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
Implement mkdir and rmdir
This commit is contained in:
@@ -51,4 +51,14 @@ folder_tree *folder_tree_load(FILE * stream);
|
||||
|
||||
bool folder_tree_path_exists(folder_tree * tree, const char *path);
|
||||
|
||||
uint64_t folder_tree_path_get_num_children(folder_tree * tree,
|
||||
const char *path);
|
||||
|
||||
bool folder_tree_path_is_directory(folder_tree * tree,
|
||||
const char *path);
|
||||
|
||||
const char *folder_tree_path_get_key(folder_tree * tree, const char *path);
|
||||
|
||||
bool folder_tree_path_is_root(folder_tree * tree, const char *path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user