Age | Commit message (Collapse) | Author |
|
|
|
|
|
Renamed `lfs.FILTER` to `lfs.default_filter` and removed `exclude_FILTER`
argument from `lfs.dir_foreach()`.
|
|
|
|
Do not use `ipairs()` and use more consistent variable names among other things.
|
|
|
|
|
|
|
|
|
|
Thanks to Daniel Wutke.
|
|
|
|
Files returned had two leading slashes (//etc, //usr, etc.).
|
|
A limit on the level of directories to recurse into can be placed, and directory
names can be passed to functions.
|
|
|
|
|
|
|
|
|
|
Thanks to Pedro Andres Aranda Gutierrez.
|
|
|
|
|
|
|
|
|
|
|
|
Also moved snapopen module into core as io.snapopen().
|