Home > @rushstack/node-core-library > IFileSystemReadFolderOptions
IFileSystemReadFolderOptions interface
The options for FileSystem.readFolderItems() and FileSystem.readFolderItemNames().
Signature:
export interface IFileSystemReadFolderOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) If true, returns the absolute paths of the files in the folder. |