Changeset 2184
- Timestamp:
- 6/18/2010 10:01:50 AM (20 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Util/PhysicalDriveInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Util/PhysicalDriveInfo.cs
r2180 r2184 162 162 } 163 163 } 164 165 /// <summary>166 /// The regular expression which parses DOS Device names for the hard disk and partition.167 /// </summary>168 private static readonly Regex HarddiskPartitionRegex =169 new Regex("Harddisk([\\d]+)Partition([\\d]+)", RegexOptions.Compiled);170 164 } 171 165 }
Note: See TracChangeset
for help on using the changeset viewer.
