Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IFileSelectionSpecifier > sourcePath

IFileSelectionSpecifier.sourcePath property

Absolute path to the target. The provided sourcePath can be to a file or a folder. If fileExtensions, excludeGlobs, or includeGlobs are specified, the sourcePath is assumed to be a folder. If it is not a folder, an error will be thrown.

Signature:

sourcePath: string;