| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | |
| is_samepath better reflects the nature of this function--that files and directories can be compared. Also, instead of raising exceptions, simply return False when one or both .is_samepath(path1, path1) don't exist. This is more intuitive behavior and avoids having an extra if fs.exist() to go with every fs.is_samepath() | |||
| 2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | |
| 2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate ↵ | Michael Hirsch, Ph.D | |
| the string | |||
| 2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D | |
| 2019-11-17 | fs: add docs for fs.size() | Michael Hirsch, Ph.D | |
| 2019-11-17 | fs: correct docs | Michael Hirsch, Ph.D | |
| 2019-11-17 | fs: get file size | Michael Hirsch, Ph.D | |
| fs: add samefile | |||
| 2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D | |
| 2019-11-17 | fs: further document and test behavior | Michael Hirsch, Ph.D | |
| 2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D | |
| 2019-11-08 | Created the filesystem module. | Jussi Pakkanen | |
