Re: Implementing file locking - how can I get the C++ file handle?
Posted on 2010-05-08, 14:23
you might be able to get a C FILE* pointer, but no C++ file stuff. I wrote file locking a while ago. but it only worked with programs written in BASIC. not sure which version. It even worked with sharing files between multiple computers with partial and full locks. Nice stuff to play around with, …