CPP-TOOLBOX
Loading...
Searching...
No Matches
main.py File Reference

Namespaces

namespace  fs_utils
 
namespace  fs_utils.main
 

Functions

 fs_utils.main.concatenate_files (source_files, destination_file)
 
List[str] fs_utils.main.find_all_instances_of_file_in_directory_recursively (base_directory, target_filename)
 
None fs_utils.main.process_files_recursively (str directory, List[str] filetypes, Callable[[str], None] file_function)
 
str fs_utils.main.get_absolute_path_of_where_this_script_exists ()
 
Optional[str] fs_utils.main.recursively_find_directory (str search_dir, str dir_to_find)
 
bool fs_utils.main.attempt_to_delete_files (List[str] file_paths)
 
bool fs_utils.main.attempt_to_delete_file (str file_path)