![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | change file's creation date I use the following to change a file's modify date. Is there anything available to change the creation date? I have thousands of scanned photos, know the date taken and want to replace the scanned files date. Set fi = CreateObject("Scripting.FileSystemObject")._ GetFile(strFilePath) CreateObject("Shell.Application")._ NameSpace(fi.ParentFolder & "\")._ ParseName(fi.Name)._ ModifyDate = newDate thanks, LJB |
My System Specs![]() |
| | #2 (permalink) |
| | Re: change file's creation date "LJB" <postmaster@[127.0.0.1]> wrote in message news:O78TA%23hBKHA.528@xxxxxx Quote: >I use the following to change a file's modify date. Is there anything >available to change the creation date? > I have thousands of scanned photos, know the date taken and want to > replace the scanned files date. > > Set fi = CreateObject("Scripting.FileSystemObject")._ > GetFile(strFilePath) > > CreateObject("Shell.Application")._ > NameSpace(fi.ParentFolder & "\")._ > ParseName(fi.Name)._ > ModifyDate = newDate > > > thanks, > LJB http://pobox.com/~stevemil certainly can. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: change file's creation date "Pegasus [MVP]" <news@xxxxxx> wrote in message news:%2300do8iBKHA.4432@xxxxxx Quote: > > "LJB" <postmaster@[127.0.0.1]> wrote in message > news:O78TA%23hBKHA.528@xxxxxx Quote: >>I use the following to change a file's modify date. Is there anything >>available to change the creation date? >> I have thousands of scanned photos, know the date taken and want to >> replace the scanned files date. >> >> Set fi = CreateObject("Scripting.FileSystemObject")._ >> GetFile(strFilePath) >> >> CreateObject("Shell.Application")._ >> NameSpace(fi.ParentFolder & "\")._ >> ParseName(fi.Name)._ >> ModifyDate = newDate >> >> >> thanks, >> LJB > I don't think that the Shell Application object can do it but touch.exe > from http://pobox.com/~stevemil certainly can. > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| change file's permission in batch? | PowerShell | |||
| How to change a file's owner? | Vista file management | |||
| Permanently change a single file's icon | General Discussion | |||
| Command line tool to change file creation date? | Vista General | |||
| Changing a file's date | Vista file management | |||