Structs§
Functions§
- archive_
dir - Compresses the specified directory into a tar.gz file.
- get_
dir_ info - get_
files - Retrieves all files from a specified directory, including subdirectories.
- get_
size - The
get_size
function returns the total size (in bytes) of the specified directory. - move_
file - Moves a file from one location to another.
- read_
file - Reads a file as binary data.
- read_
files - Reads multiple files and returns their content as binaries.
- read_
text_ file - Reads a file as a text string.
- remove_
dir - Removes the specified directory.
- remove_
file - Removes the specified file.
- remove_
files - Removes specified files from the system.
- remove_
old_ files - Removes old files from a directory until the total size of the directory is less than a specified size.
- write_
file - Writes binary data to a file.
- write_
text_ file - Writes a text string to a file.