Deno.FsFile
const file = await Deno.open('file.txt') const fileName = file.??? // == "/path/to/file.txt" or at least "file.txt"