Files
archived-tauri-docs/docs/api/js/interfaces/fs.FileEntry.md
2022-07-15 12:00:05 +02:00

753 B

@tauri-apps/api / fs / FileEntry

Interface: FileEntry

fs.FileEntry

Properties

children

Optional children: FileEntry[]

Children of this entry if it's a directory; null otherwise

Defined in

fs.ts:133


name

Optional name: string

Name of the directory/file can be null if the path terminates with ..

Defined in

fs.ts:131


path

path: string

Defined in

fs.ts:126