Go to the source code of this file.
|
void | create_directory_helper::create_path (const char *p_path, abort_callback &p_abort) |
|
void | create_directory_helper::format_filename (const metadb_handle_ptr &handle, titleformat_hook *p_hook, const char *spec, pfc::string_base &out) |
|
void | create_directory_helper::format_filename (const metadb_handle_ptr &handle, titleformat_hook *p_hook, titleformat_object::ptr spec, pfc::string_base &out) |
|
void | create_directory_helper::format_filename_ex (const metadb_handle_ptr &handle, titleformat_hook *p_hook, titleformat_object::ptr spec, const char *suffix, pfc::string_base &out) |
|
void | create_directory_helper::make_path (const char *parent, const char *filename, const char *extension, bool allow_new_dirs, pfc::string8 &out, bool really_create_dirs, abort_callback &p_abort) |
|
pfc::string | create_directory_helper::sanitize_formatted_path (pfc::stringp str, bool allowWC=false) |
|