about summary refs log tree commit diff
path: root/src/lib/path.rs
AgeCommit message (Collapse)AuthorLines
2011-03-14Add basic file-system functionalityMarijn Haverbeke-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.
2011-01-10Add std.path module for pathname manipulations.Graydon Hoare-0/+21