Hypertrophy Posted July 26, 2009 Posted July 26, 2009 im using FileOpen("myfile.txt", 0) to try to open a file and it keeps returning -1. the file though is constantly being written to so maybe that has something to do with it? I dont know what to do. even if its being written to shouldn't i still be able to open it?
gruntydatsun Posted July 26, 2009 Posted July 26, 2009 im using FileOpen("myfile.txt", 0) to try to open a file and it keeps returning -1. the file though is constantly being written to so maybe that has something to do with it? I dont know what to do. even if its being written to shouldn't i still be able to open it?From the helpfileA file can only be in either read or write mode; it cannot be in both.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now