Select to view content in your preferred language

Make function to access the Geodatabase elements date and size

2707
11
11-30-2022 02:43 PM
Status: Implemented
graharg_MAO
New Contributor III

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

 

11 Comments
RPGIS
by

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.