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
Dan
NA
44
0
I have the Directory and Filename stored into a string. How can I tell C# to copy the file stored at this location??
Nov 24 2007 5:24 PM
I have the full path of a file stored in a string called currFileName
string currFileName = sourceFiles[i].FullName; //Store The Dir and File Name
Is there any way to tell it to copy the file stored at this location??
Reply
Answers (
8
)
Strange problem with Hide() then Show() changing position of a form by (22,29)
Building very high speed C# application