Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
rename a file in c drive : un authorized Access error
mohit anand
10y
556
1
Reply
static void Main(string[] args)
{
File.Move(@"c:\windows\a.txt",@"c:\windows\b.txt");
Console.Write("done");
}
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Problem with converting to Time type
find and hightlight text in texbox