Directory Functions - dalefugier/DOSLib GitHub Wiki

dos_chdir - Changes the current working directory.
dos_deltree - Deletes a directory and all of its subdirectories.
dos_dirattrib - Returns or sets directory attributes.
dos_dirp - Checks for the existence of a directory.
dos_dirsize - Returns the size of a directory.
dos_dirtree - Returns a list of directories and subdirectories.
dos_getdir - Displays a Windows "browse for folder" dialog box.
dos_mkdir - Makes a new directory.
dos_pwdir - Returns the current working directory.
dos_rendir - Renames an existing directory.
dos_rmdir - Removes a directory.
dos_specialdir - Retrieves the path of a special directory.
dos_subdir - Returns a list of subdirectories.
dos_sysdir - Retrieves the path of Windows system directory.
dos_tempdir - Retrieves the path of temporary directory.
dos_windir - Retrieves the path of Windows directory.