Hi,

I use PSPad to take down notes on a text file on a usb key drive that is
connected to my router.

If I follow these steps a problem occurs:

1. Open PSPad
2. In a new text file (DOS / Ansi) enter "testtest"
3. Save as a.txt
4. Close a.txt
5. Reopen a.txt
6. Replace "testtest" by "abc"
7. Save a.txt
8. Close a.txt
9. Reopen a.txt

You will see the text is not "abc" as previously saved but "abcttest" instead!
So there is some residue from the old version of the file. This happens only on
the network drive, not locally.


Only PSPad has this problem. I can do this on the Windows command line and all
is correct:

R:\>echo testtest > a.txt

R:\>type a.txt
testtest

R:\>echo abc > a.txt

R:\>type a.txt
abc

R:\>type a.txt
abcttest

R:\>echo abc > a.txt

R:\>type a.txt
abc

-- 
<http://forum.pspad.com/read.php?4,69174,69174>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem