[][src]Module i18n_build::util

Functions

check_path_exists

Check that the given path exists, if it doesn't then throw a PathError.

create_dir_all_if_not_exists

Create any of the directories in the specified path if they don't already exist.

remove_file_if_exists
remove_file_or_error
rename_file
run_command_and_check_success

Run the specified command, check that it's output was reported as successful.