
Search found 3 matches
- Thu Dec 23, 2004 8:42 am
- Forum: Announcement
- Topic: SciTE Editor PureBasic Edition !
- Replies: 32
- Views: 15804
- Sat Mar 06, 2004 10:01 pm
- Forum: Coding Questions
- Topic: File Access (Locking / Sharing)
- Replies: 8
- Views: 2369
Found a workaround
Well,
I've found myself a workaround...
The Fastfile library does the trick, it just opens the file and doesn't care about it being opened for write. Great!
I've found myself a workaround...

The Fastfile library does the trick, it just opens the file and doesn't care about it being opened for write. Great!

- Sat Mar 06, 2004 8:25 pm
- Forum: Coding Questions
- Topic: File Access (Locking / Sharing)
- Replies: 8
- Views: 2369
File Access (Locking / Sharing)
Hi there,
is there a way to open a file for input that is already opened for output by another task?
What I'm looking for is an equivalent to
OPEN "BLA" FOR INPUT LOCK SHARED AS #1
as can be used in other Basic dialects...
Thanks already
is there a way to open a file for input that is already opened for output by another task?
What I'm looking for is an equivalent to
OPEN "BLA" FOR INPUT LOCK SHARED AS #1
as can be used in other Basic dialects...

Thanks already