distrax.utils.fileio
module#
Functions relevant to file input/output operations
|
Change the ownership of a file or directory. |
|
Copy a file from src to dest. |
|
Create new directory with the path and mode specified. |
|
Recursively change the ownership of a directory and the files within. |
|
Remove a directory and contents of the path specified. |
|
Remove a file at the path specified. |
|
Change a files permission to the mode specified. |
|
Recursively change the permissions of a directory and the files to the mode. |
|
Append file_to_update with the files in files_to_append. |