| Age | Commit message (Collapse) | Author |
|
And add more unittests for all of Directory, File and Link.
|
|
|
|
Useful when creating a file in a directory with a path.
|
|
|
|
|
|
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.
|
|
To match write.
|
|
Local (Path based) implementation of Tree, Directory, File and Link.
|