Changeset 602
- Timestamp:
- 11/21/2008 9:22:18 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/DirectExecutor.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/DirectExecutor.cs
r581 r602 719 719 //Make sure the file is restored! 720 720 stream.SetLength(fileLength); 721 722 //Set the file times723 FileInfo fileInfo = streamInfo.File; 724 if (fileInfo != null)725 {726 fileInfo.LastAccessTime = lastAccess;727 fileInfo.LastWriteTime = lastWrite;728 fileInfo.CreationTime = created;729 }730 }721 } 722 } 723 724 //Set the file times 725 FileInfo fileInfo = streamInfo.File; 726 if (fileInfo != null) 727 { 728 fileInfo.LastAccessTime = lastAccess; 729 fileInfo.LastWriteTime = lastWrite; 730 fileInfo.CreationTime = created; 731 731 } 732 732 }
Note: See TracChangeset
for help on using the changeset viewer.
