Click or drag to resize
Sandcastle Help File BuilderConvertToMSBuildFormatExpandWildcard Method
This is used to expand a wildcard into all matching files

Namespace: SandcastleBuilder.Utils.Conversion
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected static IEnumerable<string> ExpandWildcard(
	string wildcard,
	bool includeSubFolders
)

Parameters

wildcard
Type: SystemString
The wildcard to expand.
includeSubFolders
Type: SystemBoolean
True to include subfolders, false to only include the given folder.

Return Value

Type: IEnumerableString
An enumerable list of matching files.
See Also