create_directory_helper.h

Go to the documentation of this file.
00001 #ifndef _CREATE_DIRECTORY_HELPER_H_
00002 #define _CREATE_DIRECTORY_HELPER_H_
00003 
00004 namespace create_directory_helper {
00005         void create_path(const char * p_path,abort_callback & p_abort);
00006         void make_path(const char * parent,const char * filename,const char * extension,bool allow_new_dirs,pfc::string8 & out,bool b_really_create_dirs,abort_callback & p_dir_create_abort);
00007         void format_filename(const metadb_handle_ptr & handle,titleformat_hook * p_hook,const char * spec,pfc::string8 & out);
00008 };
00009 
00010 #endif//_CREATE_DIRECTORY_HELPER_H_

Generated on Fri Apr 25 18:49:33 2008 for foobar2000 SDK by  doxygen 1.5.5