Skip to main content

fs.FileEntry

Properties#

children#

Optional children: FileEntry[]

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

Defined in#

fs.ts:87


name#

Optional name: string

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

Defined in#

fs.ts:85


path#

path: string

Defined in#

fs.ts:80