PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, January 9, 2022

[FIXED] MAMP PRO creates a folder inside /Documents/ on start

 January 09, 2022     macos, mamp, mamp-pro     No comments   

Issue

I use MAMP Pro 4.0.6 on MACOS X El Capitan

I am noticing a strange behavior that I never noticed before: when I start MAMP, it creates a folder MAMP PRO\Assets folder inside /Users/(My user)/Documents

If I delete these folders, they are recreated on the next MAMP restart... As I said I never noticed that before and I don't know where this behavior comes from.


Solution

This is part of a feature introduced with MAMP 4 that allows you to manage project assets.

Within MAMP you can access the assets window under "Window" or ⌘-3. The window then allows you to add and remove assets. Any you add will be added to the new 'assets' directory in documents. Similarly, if you move something to that directory it will show up in the MAMP assets window.

I've yet to find a real use for this feature and, from what I can tell, Appsolute's only documentation of it is one line in their MAMP 4 launch blog post.



Answered By - Alex Magill
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing