Walter
Wed Sep 17 21:27:15 CDT 2003
You can change the modified date, but not the creation date, using a
FolderItem object, which exposes a Read-Write ModifyDate property.
http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/objects/folderitem/modifydate.asp
"Allen Davis" <AllenDavis@flex-n-gate.com> wrote in message
news:%23jFwjaVfDHA.4024@TK2MSFTNGP11.phx.gbl...
| Is there no way to programmatically change the DateCreated property of a
| File object through the FileSystemObject? The property is read-only but I
| thought someone might have come up with a workaround.
|
| This is an effort to automate the resorting in alphabetical order the
custom
| views in a custom list a on SharePoint Team Services web site.
|
|