nx.js
NamespacesSwitchInterfaces

DirEntry

Information about a directory entry returned from Switch.readDir().

Properties

PropertyTypeDescription
isDirectorybooleantrue if this is a directory.
isFilebooleantrue if this is a regular file.
isSymlinkbooleantrue if this is a symbolic link.
namestringThe file name of the entry (not the full path).

On this page