I'm trying to open a file for reading, as in the following code:
and everytime i keep getting a message saying the File Is Already Open.Code:FileOpen(1, strTemp, OpenMode.Binary)
i have used this file previously in the application (in another function) and have closed it.
does anybody know if there's a way to forcibly close all applications that are using a file?
thanks
R




Reply With Quote