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
julian.haines
NA
1
0
Move all sub directories and files
Nov 16 2006 11:18 AM
Hi, I am trying to write a very simple C# console application that will move all files and directories under a certain directory to another computer, for example FROM C:\Directory\move all files and directories here TO \\OtherPC\C$\FILES_MOVED\ I have tried Directory.Move(@"C:\FROMHERE\*.*", @"\OTHERPC\C$\TOHERE\"); But it does not like the *.* for all directories and files Can anyone help me Thanks Joolz
Reply
Answers (
1
)
OleDb problems returning single records
3tiers how to connect 3 tiers with coding