foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Namespaces | |
create_directory_helper | |
Functions | |
void | create_directory_helper::create_path (const char *p_path, abort_callback &p_abort) |
static void | create_directory_helper::create_path_internal (const char *p_path, t_size p_base, abort_callback &p_abort) |
static bool | create_directory_helper::is_bad_dirchar (char c) |
static bool | create_directory_helper::is_valid_netpath_char (char p_char) |
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) |
static bool | create_directory_helper::test_localpath (const char *p_path) |
static bool | create_directory_helper::test_netpath (const char *p_path) |