Hello everyone.
How can I delete, rename, replace a file (C # isolated storage windows phone 8) ...
I tried it with the following lines of code but does not work:
File.Delete ("fff");
File.Copy ("tempfile", "fff"); / / Rename
File.Delete ("tempfile"); / / Delete
I simply need to rename tempfile in fff and then delete tempfile.
Thanks in advance for your help
Loading
rik balPosted Jul 27, 2014, 5:50 AM
i attach rar files with code
thank you for your help
Guest UserPosted Jul 27, 2014, 1:08 AM
to me code looks ok so what's failing? the other issue could be that tempfile is in use and it's not allowing deletion
thnx
@sumitjolly