ClanLib
2.3.7
|
This is the complete list of members for CL_Directory, including all inherited members.
create(const CL_StringRef &dir_name, bool recursive=false) | CL_Directory | static |
get_appdata(const CL_StringRef &company_name, const CL_StringRef &application_name, const CL_StringRef &version, bool create_dirs_if_missing=true) | CL_Directory | static |
get_current() | CL_Directory | static |
get_local_appdata(const CL_StringRef &company_name, const CL_StringRef &application_name, const CL_StringRef &version, bool create_dirs_if_missing=true) | CL_Directory | static |
get_resourcedata(const CL_StringRef &application_name, const CL_StringRef &data_dir_name="Resources") | CL_Directory | static |
remove(const CL_StringRef &dir_name, bool delete_files=false, bool delete_sub_directories=false) | CL_Directory | static |
rename(const CL_StringRef &old_name, const CL_StringRef &new_name) | CL_Directory | static |
set_current(const CL_StringRef &dir_name) | CL_Directory | static |