Select to view content in your preferred language

Make ArcGIS Pro project file (.arpx) accessible more easily

571
2
06-12-2023 11:39 PM
Brian_Steiner
Emerging Contributor

An ArcGIS Pro project file (.arpx) is packed into a folder (see myarcgisproject.arpx in the image). This is cumbersome for users to find and to access. A map exchange file (.mxd) from ArcMap / ArcGIS Desktop was much more intuitive as it was, apart from the links, stand-alone. Is it feasible to organize ArcGIS Pro project files in the same way, i. e. leave away the whole package around it?

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

That is the structure.

You could suggest an "Idea" but I doubt it would carry much traction if it entails 

Perhaps try some naming options to make it stand out.

a = ['myprojectfile.atbx', '__myprojectfile__.atbx', 'AAmyprojectfile.atbx', '_My_Project_File_.atbx']

a.sort()

a
['AAmyprojectfile.atbx',
 '_My_Project_File_.atbx',
 '__myprojectfile__.atbx',
 'myprojectfile.atbx']

I like the second option


... sort of retired...
AndreasHall
Esri Contributor

There are som settings affecting this that you could try to alter. E.g., you could choose that Pro should not create a folder for a new project. Similarly, you can choose to not create new project database and toolbox but use existing ones instead.

This could be used to have all .arpx files created in the same folder. That said, keeping the .arpx files in different folders is the standard setting. 

AndreasHall_0-1686649103837.png