IDE: write test file with sharing

git-svn-id: trunk@37934 -
This commit is contained in:
mattias 2012-07-13 16:11:01 +00:00
parent fbffbe2398
commit a0b2cea175

View File

@ -456,7 +456,7 @@ begin
try
if CheckReadable then begin
InvalidateFileStateCache;
fs:=TFileStreamUTF8.Create(AFilename,fmOpenWrite)
fs:=TFileStreamUTF8.Create(AFilename,fmOpenWrite or fmShareDenyNone)
end else
fs:=TFileStreamUTF8.Create(AFilename,fmOpenReadWrite);
try