Directory Functions

Function Returns Description
chdir(directory) Boolean Sets directory to the current directory.
closedir(dirHandle) void Closes the directory stream.
dir(directory) Directory ObjectReturns an object that represents directory.
opendir(directory) Integer Opens the specified directory and returns a handle to it.
readdir(dirHandle) String Returns the next entry in the specified directory handle.
rewinddir(dirHandle) void Resets the stream to the first object in the directory.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset