docs: add full documentation for io module covering Directory, File, and Stdin classes

This commit is contained in:
Bob Nystrom
2015-12-30 05:56:44 +00:00
parent 9dd956dc10
commit 0e1129bef3
6 changed files with 84 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
^title Directory Class
A directory on the file system.
## Static Methods
### Directory.**list**(path)
Lists the contents of the directory at `path`. Returns a sorted list of path
strings for all of the contents of the directory.