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