About
Pricing
Community
Teams
Start Free Trial
Log in
Murray Brown
asked on
4/14/2008
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
5
1
Last Comment
Murray Brown
8/22/2022 - Mon
Bob Learned
4/14/2008
Murray,
Date stamp the file or the folder?
Dim timeStamp As String = Now.ToString("yyyyMMdddd")
Bob
Murray Brown
4/14/2008
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
4/14/2008
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
4/14/2008
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
4/14/2008
ASKER
Hi Bob
FileCopier is coming up as not declared. How do I access this
Date stamp the file or the folder?
Dim timeStamp As String = Now.ToString("yyyyMMdddd")
Bob