Filesystem¶
File and directory access for scripts.
chdir Change the working directory del Returns FRESULT (e.g. dir Return an iterator listing all the files and directories name in a directory fstat Checks the existence of file or directory. mkdir Create a directory rename Rename a file or directory If the file or directory is being moved to a new parent directory, then the new parent...