# Functions
CreateDirectory creates a new directory given a name.
DeleteDirectory deletes a directory given a name.
DeleteFile deletes a file given a name.
No description provided by the author
GetDirectoryItemSize calculates the size of a directory or file.
GetDirectoryListing returns a list of files and directories within a given directory.
GetDirectoryListingByType returns a directory listing based on type (directories | files).
GetHomeDirectory returns the users home directory.
GetWorkingDirectory returns the current working directory.
MoveDirectoryItem moves a file from one place to another.
ReadFileContent returns the contents of a file given a name.
RenameDirectoryItem renames a directory or files given a source and destination.
WriteToFile writes content to a file, overwriting content if it exists.
# Constants
Directory shortcuts.
Different types of listings.
Different types of listings.
Directory shortcuts.
Directory shortcuts.
Directory shortcuts.