
11 Oct
2006
11 Oct
'06
11:40 a.m.
Hello Esa, Wednesday, October 11, 2006, 2:13:49 PM, you wrote:
Using base-package's IO-system, that is not possible as far as I know. The flag you need to pass CreateFile (api call which is used to open practically all files) is FILE_SHARE_READ.
You can find these in Win32-package, but files opened via raw api bindings don't work well together with base-packages IO-system (ie, you need to read and write using rawish api calls.)
as usual, Streams library may be used to solve this problem, although this will need some additional programming. please write me if win32read/win32write API is inappropriate dor your needs -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com