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
+2 -1
View File
@@ -1,6 +1,7 @@
^title Module "io"
**TODO**
Provides access to operating system streams and the file system.
* [Directory](directory.html)
* [File](file.html)
* [Stdin](stdin.html)