i would to backup textfiles from 24 hours ago using c#...what is the best method?

thanks

Recommended Answers

All 2 Replies

please elaborate.

What exactly do you want to log?

I would use:

using System.IO;

Coupled with a bit of research into how that works you should be set :twisted:

commented: ofc! +2
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.