Skip to content
Tauri

DirEntry

Defined in: plugins/fs/guest-js/index.ts:673

A disk entry which is either a file, a directory or a symlink.

This is the result of the readDir.

2.0.0

isDirectory: boolean

Defined in: plugins/fs/guest-js/index.ts:677

Specifies whether this entry is a directory or not.


isFile: boolean

Defined in: plugins/fs/guest-js/index.ts:679

Specifies whether this entry is a file or not.


isSymlink: boolean

Defined in: plugins/fs/guest-js/index.ts:681

Specifies whether this entry is a symlink or not.


name: string

Defined in: plugins/fs/guest-js/index.ts:675

The name of the entry (file name with extension or directory name).


© 2025 Tauri Contributors. CC-BY / MIT