Changeset 895
- Timestamp:
- 4/27/2009 12:49:25 PM (4 years ago)
- Location:
- branches/eraser6
- Files:
-
- 2 edited
-
Eraser/Eraser.csproj (modified) (1 diff)
-
Util/File.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/Eraser.csproj
r794 r895 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{A9884ABF-46E8-42C1-A30B-9A3DD6C38004}</ProjectGuid> -
branches/eraser6/Util/File.cs
r871 r895 44 44 { 45 45 List<string> result = new List<string>(); 46 using (FileStream stream = info.OpenRead()) 46 using (FileStream stream = new FileStream(info.FullName, FileMode.Open, 47 FileAccess.Read, FileShare.ReadWrite)) 47 48 { 48 49 SafeFileHandle streamHandle = stream.SafeFileHandle;
Note: See TracChangeset
for help on using the changeset viewer.
