filesystem¶
Utilities involving the filesystem that other tasks have needed repeatedly – namely, functions that assist with proper handling of temporary files.
Functions
This function serves as an aggregate entrypoint for the other two. |
|
This function takes a directory, and adds all of its files to an array, then traverses through any subdirectories and adds those files too. |
|
This function empties and removes all the directories passed to it. |
|
This function removes all the files passed to it. |