Avatar of Murray Brown
Murray Brown
Flag for United Kingdom of Great Britain and Northern Ireland asked on

VB.net Save a file each day to a new folder with a date stamp

Hi

I need to save a file from a specific folder  each day to another folder and date stamp it.

Thanks
.NET Programming

Avatar of undefined
Last Comment
Murray Brown

8/22/2022 - Mon
Bob Learned

Murray,

Date stamp the file or the folder?

Dim timeStamp As String = Now.ToString("yyyyMMdddd")

Bob
Murray Brown

ASKER
Hi

I need to Date Stamp the file. What would the code be to copy and date stamp the file
ASKER CERTIFIED SOLUTION
Bob Learned

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Murray Brown

ASKER
thanks very much Bob
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Murray Brown

ASKER
Hi Bob
FileCopier is coming up as not declared. How do I access this