suspend fun DirectoryEntry.getFile(path: String, create: Boolean = true, exclusive: Boolean = false): Result<FileEntry, FileException>
Get or create a file in a given parent directory.
create
- Used to indicate that the user wants to create a file if it was not previously there.