Select to view content in your preferred language

Make function to access the Geodatabase elements date and size

4748
14
11-30-2022 02:43 PM
Status: Implemented
graharg_MAO
Occasional Contributor

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.

graharg_MAO_0-1669848100585.png

 

14 Comments
RPGIS
by MVP Regular Contributor

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.

 

ShaunWalbridge

@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.

AJR
by

Thanks @ShaunWalbridge , I thought I had looked there, but must have missed it.