C
Curt Zarger
The exclude option supports a list of files containing strings
specifying files to be excluded. I am trying to exclude .vb, so I
have the string ".vb" (without the quotes) in my exclude file. This
excludes files with the .vb extension; however, it also exclude files
such as "filename.vbs", which I do not want to be excluded.
How can I get better control of the restriction being defined? Is
there a regular expression capability or any other options?
THX
Curt
specifying files to be excluded. I am trying to exclude .vb, so I
have the string ".vb" (without the quotes) in my exclude file. This
excludes files with the .vb extension; however, it also exclude files
such as "filename.vbs", which I do not want to be excluded.
How can I get better control of the restriction being defined? Is
there a regular expression capability or any other options?
THX
Curt