| Age | Commit message (Collapse) | Author |
|
|
|
Useful when creating a file in a directory with a path.
|
|
|
|
If you know the expected type of a name, instead of listing all
entries, just create an entry for the directory, file or link.
|
|
|
|
Useful when you want to check without AS.
|
|
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.
|