Reads a fs.Dirent of all FSO's (files/directories/etc.) in a directory. If the directory does not exist, returns undefined.
The path of the directory to read.
The fs.Dirent object contains the name of the FSO, and its type (isDirectory, isFile, etc.)
Generated using TypeDoc
Reads a fs.Dirent of all FSO's (files/directories/etc.) in a directory. If the directory does not exist, returns undefined.