Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.IO/FileSystemWatcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@
|*.txt|All files with a "txt" extension.|
|*recipe.doc|All files ending in "recipe" with a "doc" extension.|
|win*.xml|All files beginning with "win" with an "xml" extension.|
|Sales*200?.xls|Matches the following:<br /><br /> Sales July 2001.xlsSales Aug 2002.xlsSales March 2004.xls<br /><br /> but does not match:<br /><br /> Sales Nov 1999.xls|
|Sales*200?.xls|Matches the following:<br /><br /> Sales July 2001.xls Sales Aug 2002.xls Sales March 2004.xls<br /><br /> but does not match:<br /><br /> Sales Nov 1999.xls|
|MyReport.Doc|Watches only MyReport.doc|


Expand Down Expand Up @@ -1925,4 +1925,4 @@ Public Delegate Sub RenamedEventHandler(sender As Object, e As RenamedEventArgs)
</Docs>
</Member>
</Members>
</Type>
</Type>