# Functions
CreateDirectory creates a directory.
CreateDirectoryAll creates a directory (including subdirectories).
List is get file list.
Read is get the data of a file.
Remove removes a file or empty directory.
RemoveAll removes a path(including subpaths).
Write is write data to file.