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).
[Implemented] OpenFile( #File, FileName$, Options)
[Implemented] OpenFile( #File, FileName$, Options)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )