| Subject: | fmShareExclusive and Vista |
| Posted by: | John (nospam@nospam.com) |
| Date: | Wed, 28 Mar 2007 |
Hello,
I try to write a temp file name in the windows temp directory using :
fs := TFileStream.Create(FileName, fmCreate or fmShareExclusive);
it works fine under XP and Fails under Vista, even as administrator and
using the manifest. any idea ?
Thanks
John