Docs for the io module!

This commit is contained in:
Bob Nystrom
2015-12-29 21:56:44 -08:00
parent 678251a00c
commit 8854dfb07e
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.