manoja328 / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
1 stars 1 forks source link

Backup overwrites original #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
for some reason, backups are saved over the original file :-/ will look into it

Original issue reported on code.google.com by frank.zhao.main@gmail.com on 15 Oct 2009 at 5:08

GoogleCodeExporter commented 9 years ago
need to change System.IO.File.WriteAllText(file.FileAbsPath, scint.Text);
to System.IO.File.WriteAllText(path, scint.Text);

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 7:29

GoogleCodeExporter commented 9 years ago

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by frank.zhao.main@gmail.com on 16 Oct 2009 at 7:26