The Geodatabase elements Name, Type, Date Modified, Size and Path can be viewed in ArcGIS PRO Catalog View. Please add a function to access these element descriptions. I would like to be able to post these descriptions in the Table of Contents show the data vintage can quickly be found.
Hi @AndrewRudin1,
Have you tried using python's os module as mentioned before. It may not be necessary for there to be an arcpy module since the os module can get the file size, modification date, and so forth already exists.
This update doesn't seem to be reflected in the arcpy help documentation for any of the types listed by @HannesZiegler
https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/featureclass-properties.htm
https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/table-properties.htm
https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-featureclass-properties.htm
https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-table-properties.htm
or be part of the general high-level describe object properties
https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/describe-object-properties.htm
Am I looking in the wrong place(s)?
@AJRI see them all under the linked to https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/table-properties.htm, I believe that's where they are within the object hierarchy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.