dctools.utilities.file_utils
Functions for file handling.
Functions
|
Check if files in a list exist and return the valid ones. |
|
Remove a list of files in a given directory. |
|
Remove all files in given folder. |
|
Return a list of files that match some conditions. |
|
Return a list of all files with a given extension in a specified directory. |
|
Load a YAML configuration file. |
|
Read a file and return its content as a list of strings (lines). |
|
Remove a local file. |
|
Remove a list of files from a given folder. |
|
Run and wait till the end of the given command. |
Classes
|
Manages a cache of files with automatic cleanup when limit is reached. |