Changeset 913
- Timestamp:
- 4/28/2009 2:10:13 PM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/DirectExecutor.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/DirectExecutor.cs
r905 r913 893 893 894 894 //Get the filesystem provider to handle the secure file erasures 895 FileSystem fsManager = FileSystem.Get(VolumeInfo.FromMountpoint(paths[i])); 895 StreamInfo info = new StreamInfo(paths[i]); 896 FileSystem fsManager = FileSystem.Get(VolumeInfo.FromMountpoint(info.DirectoryName)); 896 897 897 898 //Remove the read-only flag, if it is set. 898 StreamInfo info = new StreamInfo(paths[i]);899 899 bool isReadOnly = false; 900 900 if (isReadOnly = info.IsReadOnly)
Note: See TracChangeset
for help on using the changeset viewer.
