aboutsummaryrefslogtreecommitdiff
path: root/src/lib/path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add basic file-system functionalityMarijn Haverbeke2011-03-141-21/+0
| | | | | std.fs.list_dir will list the files in a directory, std.fs.file_is_dir will, given a pathname, determine whether it is a directory or not.
* Add std.path module for pathname manipulations.Graydon Hoare2011-01-101-0/+21