If I have a program that MAY or may not be opened for append (I won't know), is there a way to safely detect it?
I mean I could do a function and test for it but I want to read the contents of a file that is opene append lock read write
Can it be done? I'm getting weird errors trying it now, I know the file exists, I test for existence, but if the file is opne I get an error 53 (not found)..
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
I mean I could do a function and test for it but I want to read the contents of a file that is opene append lock read write
Can it be done? I'm getting weird errors trying it now, I know the file exists, I test for existence, but if the file is opne I get an error 53 (not found)..
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
Comment