TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rik bal
NA
9
4.7k
delete / rename a file
Jul 26 2014 5:24 PM
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
Reply
Answers (
2
)
Master detail view with data binding
Download file with a Delay