|
Unless you had a backup somewhere, no.
If it was a text file, some editors will make a backup in the same directory as the original. Usually it adds a tilde ~ to the end of the name. file.txt --> file.txt~
Otherwise, once you overwrite a file, it's gone. The new file writes to the same blocks on the hard-drive as the old one, so there isn't any recovery.
|