| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-15 | Add Utils#createFileAndDirectories | Joel Klinghed | |
| Useful when creating a file in a directory with a path. | |||
| 2024-07-15 | Add Utils for parsing path parts to a directory | Joel Klinghed | |
| 2024-07-15 | Move LocalTreeTest to io | Joel Klinghed | |
| 2024-07-14 | Add Directory#liveList and make Directory#list() direct | Joel Klinghed | |
| Also move the LiveData outside Directory.Content. A lot of code doesn't care about Directory content in two seconds, they want to know it now. Also, the LiveData returned is one of the annoying one where the content isn't correct until someone observes it. This makes more sense this way. | |||
| 2024-07-14 | Rename File#open to File#read | Joel Klinghed | |
| To match write. | |||
| 2024-07-11 | Initial commit | Joel Klinghed | |
| Local (Path based) implementation of Tree, Directory, File and Link. | |||
