mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
753 B
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
name
Optional name: string
Name of the directory/file
can be null if the path terminates with ..
Defined in
path
path: string