|
-
Jul 18th, 2003, 02:06 AM
#1
Thread Starter
Hyperactive Member
File Copy - Project Request (RESOLVED)
I need a program to copy files, folders, and sub folders without changing the date created or other dates.
(Please do no link me to Safe Copy's web site. That program only copys one single folder at a time.)
And of course the attributes should not change either.
Can any one help? or maybe start the project?
Thanks
Last edited by MikeBAM; Aug 1st, 2003 at 12:23 PM.
~* )v( ! /< E *~
-
Aug 1st, 2003, 01:57 AM
#2
So Unbanned
Can't believe no one else answered this....
VB Code:
Public Type FILETIME
dwLowDateTime As Long
dwHighDateTime As Long
End Type
Public Declare Function SetFileTime Lib "kernel32" Alias "SetFileTime" (ByVal hFile As Long, lpCreationTime As FILETIME, lpLastAccessTime As FILETIME, lpLastWriteTime As FILETIME) As Long
-
Aug 1st, 2003, 12:23 PM
#3
Thread Starter
Hyperactive Member
Thanks, but actually I solved this problem already. I forgot I posted this.
I used XXCOPY to do the job with:
XXCOPY /H /E /KS /TCC
/TCC = copy without changing date created.
Thanks for the reply though
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|