
Problem with "Open" function
OK, at first I was going to let this go as just a simple multipost issue.
Upon further inspection it appears that you've multi-posted into MANY
different newgroups. In addition, you've got your clock set incorrectly so
your message will remain at the "top" of these numerous newsgroups for hours
to come.
Please fix your clock and select a more appropriate subset of newgroups for
your posts.
- Joe
Quote:
> Hi all. I use such code (VB)
> F1 = FreeFile
> Open Src For Binary Access Read As F1
> where the Src is a file on the read only folder of another computer, and
> receive an error. But no errror, if that folder is full access shared. How
> can I open the file for reading on read - only folder? Can I use another
> function?