| Functions |
close() - You should call this function when you have finished reading |
constructor(string) - The constructor for a Dir object |
getCurrent() - Get the current working directory |
getEntry() - Reads a file name from the directory stream |
make(string,number) - Create a directory with the given modes |
open() - Create a directory object, open a directory and return the object for use. |
remove(string,number) - Remove a directory from the system |
setCurrent(string) - Change the current working directory to the path specified |
toArray() - Creates an array from the list of files in this directory |