G
GerryM
I can read fileA with OpenTextFile etc. and Close it.
I can then modify the textstream and write it to fileB using either
OpenTextFile("fileB", ForWriting, True) or CreateTextFile("fileB", True).
However, when fileA and fileB are the same I get Error 0x800A0046,
Permission Denied. This does not seem to be a "Permission" problem since I
can read and write as long as the files are different, but what is it and how
do I get around it?
Thanks in advance.
Gerry Metze
I can then modify the textstream and write it to fileB using either
OpenTextFile("fileB", ForWriting, True) or CreateTextFile("fileB", True).
However, when fileA and fileB are the same I get Error 0x800A0046,
Permission Denied. This does not seem to be a "Permission" problem since I
can read and write as long as the files are different, but what is it and how
do I get around it?
Thanks in advance.
Gerry Metze