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
Tito Onowu
NA
37
8.8k
coping file from one path to another
Nov 4 2013 5:44 AM
Hello teachers and friends. I was trying to copy a file from my desk top to a location on my computer but got an error. The given path format is not supported.
Thanks.
FileInfo sm = new FileInfo(@"C:\Users\Totiruzi\Desktop\English to Russian.txt");
sm.CopyTo(Environment.GetFolderPath(Environment.SpecialFolder.SendTo)+@"G:\English to Russian.txt");
Console.WriteLine("Has English to Russian been copied to G?");
Console.ReadKey();
Reply
Answers (
4
)
pass Dropdownlist text from one method to another method
what is the use of Delegates and why it is use of delegates