, including all inherited members.
add_name_to_path(const CubitString &path, const CubitString &name) | CubitFileUtil | [static] |
all_chars_are(char ch, const char *str) | CubitFileUtil | [private, static] |
complete_filename(CubitString &line, int &num_additional_chars, bool &found_quote) | CubitFileUtil | [static] |
contains_char(char ch, const char *str) | CubitFileUtil | [private, static] |
create_directory(const CubitString &wd) | CubitFileUtil | [static] |
CubitFileUtil() | CubitFileUtil | |
file_info(const CubitString &path, off_t &size, time_t &modification_time, int &mode) | CubitFileUtil | [static] |
find_home_path(const CubitString &which_user="") | CubitFileUtil | [static] |
get_current_working_directory(CubitString &wd) | CubitFileUtil | [static] |
get_file_extension(const CubitString &file, bool remove_version=false) | CubitFileUtil | [static] |
get_full_path_str(const CubitString &part, CubitString &full_path) | CubitFileUtil | [static] |
get_next_filenumber(const CubitString &filepattern, int &num_matches, int &first_match) | CubitFileUtil | [static] |
get_nice_filename(const CubitString &path) | CubitFileUtil | [static] |
is_absolute(const CubitString &path) | CubitFileUtil | [static] |
is_directory(const CubitString &path) | CubitFileUtil | [static] |
is_executable(const CubitString &path) | CubitFileUtil | [static] |
is_int_number(const char *str) | CubitFileUtil | [private, static] |
list_matching_files(const char *path, const char *file, std::vector< std::string > suffixes, CubitString &line) | CubitFileUtil | [static] |
make_path_platform_compatible(const CubitString &path) | CubitFileUtil | [static] |
path_exists(const CubitString &path) | CubitFileUtil | [static] |
remove_file(const CubitString &file) | CubitFileUtil | [static] |
rename_file(const CubitString &old_file, const CubitString &new_file) | CubitFileUtil | [static] |
separator() | CubitFileUtil | [static] |
set_current_working_directory(const CubitString &wd) | CubitFileUtil | [static] |
split_path(const CubitString &path, CubitString &dirpart, CubitString &filepart) | CubitFileUtil | [static] |
~CubitFileUtil() | CubitFileUtil | |