Interface FileOperationPatternOptions

Matching options for the file operation pattern.

3.16.0

interface FileOperationPatternOptions {
    ignoreCase?: boolean;
}

Properties

Properties

ignoreCase?: boolean

The pattern should be matched ignoring casing.