Page 1 of 1

[Implemented] OpenFile( #File, FileName$, Options)

Posted: Mon Nov 19, 2007 10:54 pm
by blueznl
An additional flag for OpenFile, ReadFile and CreateFile that allows 'shared' access to a file, and if possible additional 'modes'...

#OpenFile_Share
#OpenFile_NoBuffer
#...

This would simplify concurrent file access, as currently PB locks a file. The use of NoBuffer would prohibit the use of file buffering (not something one would always like on files opened for sharing).