foobar2000 SDK
2015-08-03
|
Data Structures | |
class | titleformat_text_filter_myimpl |
Functions | |
void | create_path (const char *p_path, abort_callback &p_abort) |
static void | create_path_internal (const char *p_path, t_size p_base, abort_callback &p_abort) |
void | format_filename (const metadb_handle_ptr &handle, titleformat_hook *p_hook, const char *spec, pfc::string_base &out) |
void | format_filename (const metadb_handle_ptr &handle, titleformat_hook *p_hook, titleformat_object::ptr spec, pfc::string_base &out) |
void | format_filename_ex (const metadb_handle_ptr &handle, titleformat_hook *p_hook, titleformat_object::ptr spec, const char *suffix, pfc::string_base &out) |
static bool | is_bad_dirchar (char c) |
static bool | is_valid_netpath_char (char p_char) |
void | 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 | sanitize_formatted_path (pfc::stringp str, bool allowWC=false) |
static bool | test_localpath (const char *p_path) |
static bool | test_netpath (const char *p_path) |
void create_directory_helper::create_path | ( | const char * | p_path, |
abort_callback & | p_abort | ||
) |
Definition at line 38 of file create_directory_helper.cpp.
|
static |
Definition at line 5 of file create_directory_helper.cpp.
void create_directory_helper::format_filename | ( | const metadb_handle_ptr & | handle, |
titleformat_hook * | p_hook, | ||
const char * | spec, | ||
pfc::string_base & | out | ||
) |
Definition at line 145 of file create_directory_helper.cpp.
void create_directory_helper::format_filename | ( | const metadb_handle_ptr & | handle, |
titleformat_hook * | p_hook, | ||
titleformat_object::ptr | spec, | ||
pfc::string_base & | out | ||
) |
Definition at line 142 of file create_directory_helper.cpp.
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 | ||
) |
Definition at line 135 of file create_directory_helper.cpp.
|
static |
Definition at line 58 of file create_directory_helper.cpp.
|
static |
Definition at line 15 of file create_directory_helper.cpp.
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 | ||
) |
Definition at line 64 of file create_directory_helper.cpp.
pfc::string create_directory_helper::sanitize_formatted_path | ( | pfc::stringp | str, |
bool | allowWC = false |
||
) |
Definition at line 118 of file create_directory_helper.cpp.
|
static |
Definition at line 19 of file create_directory_helper.cpp.
|
static |
Definition at line 25 of file create_directory_helper.cpp.