Select to view content in your preferred language

Get modified date for a FeatureClass in a geodatabase with python?

1216
1
06-20-2011 03:46 PM
AdamInglis
Deactivated User
Can anyone show me how to get the modified date for a featureclass in a file geodatabase with python? What I want is the Modified data visible in ArcCatalog Contents view.
Tags (2)
0 Kudos
1 Reply
AdamInglis
Deactivated User
I found one option, to use the Timestamper class extension.  This adds three fields to your newly created FCs, one for date created, date modified and user name:

http://forums.arcgis.com/threads/9374-Timestamper-for-ARCGIS-10
0 Kudos