Hello
I imported a txt file and then accidentally overwrote it as a txt file. I did not change any of the file’s contents, but the save command has resulted in an apparently corrupt txt file full of ‘gibberish’ characters.

Here's my code:

import delim using “C:\myfolder\myfile.txt”, delim(“|”)
save “C:\myfolder\myfile.txt”, replace

Is there any chance of restoring the original content, which presumably is still in there somewhere amongst all the gibberish characters?

Any advice greatly appreciated

With thanks