Create a new FileGroup.
The full path of the base directory for the files in the file group.
A {@link} FileFilter used to include / exclude files.
The base directory of the project containing the file group.
The base directory, relative to the project base directory, of the files in the file group.
Retrieve the paths of all files in the group.
Optional file extensions used to filter the results.
A promise that resolves to the file paths.
Determine whether the specified file is included in the group.
The full or relative path of the file.
true, if the file is included in the project; otherwise, false.
Generated using TypeDoc
Represents a group of files in a DocFX project.