Changeset 2175
- Timestamp:
- 6/14/2010 12:59:47 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/FileSystems/Windows.cs
r2161 r2175 375 375 { 376 376 //Reset the file attributes 377 streamInfo.Attributes = attributes; 377 if (streamInfo.Attributes != attributes) 378 streamInfo.Attributes = attributes; 378 379 379 380 //Reset the file times
Note: See TracChangeset
for help on using the changeset viewer.
