
Problem with "Open" function
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?