PC Review


Reply
Thread Tools Rate Thread

Copying files programmatically

 
 
Mike P
Guest
Posts: n/a
 
      22nd Oct 2008
I have been asked to create an application that copies folders on a
network from one location to another, based upon a text file on the
network that lists folder name, destination, and copy frequency (daily,
weekly or monthly).

Does anybody have any good ideas about how I could go about doing this?



*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
 
Duggi
Guest
Posts: n/a
 
      22nd Oct 2008
On Oct 22, 1:45*pm, Mike P <mike.p...@gmail.com> wrote:
> I have been asked to create an application that copies folders on a
> network from one location to another, based upon a text file on the
> network that lists folder name, destination, and copy frequency (daily,
> weekly or monthly).
>
> Does anybody have any good ideas about how I could go about doing this?
>
> *** Sent via Developersdexhttp://www.developersdex.com***


I prefer writing a batch file which will be triggered by scheduled
tasks.

If you want an *application* in C#, you need to put a watch for a
file, get modified event, and trigger copy of files....

watcher is explained at
http://www.codeproject.com/KB/files/...rActivity.aspx

Copying and deleting files http://www.devasp.net/net/articles/display/623.html

You need to tailer both the logic and write the program

Hope this is helpful

-Cnu

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Programmatically copying array formulas Barb Reinhardt Microsoft Excel Programming 3 11th Aug 2008 01:05 PM
Programmatically copying from MSGraph Datasheet to another =?Utf-8?B?QmFyYiBSZWluaGFyZHQ=?= Microsoft Powerpoint 1 2nd Jul 2007 03:28 PM
copying data from an unopened file programmatically =?Utf-8?B?bWF4enNpbQ==?= Microsoft Excel Misc 2 1st Dec 2005 02:29 AM
Error Copying Folders Programmatically in Outlook Cory Pedersen Microsoft Outlook VBA Programming 0 25th Nov 2004 05:13 AM
Copying & pasting programmatically Jon Patenaude Microsoft Access 2 9th Jul 2004 04:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:25 AM.