We are migrating a large directory structure of documentation into SharePoint 2007. In our tests, SharePoint obviously sets the created and modified date to the upload time. Is there anyway to change that to the information from the file?
We are already setting various other metadata in our upload script, but it appears that we can't modify those values.
Here are some more details on using the API to update the created and modified dates on items in SharePoint:
You can do it through the API, the Created property on SPListItem is writable.