File Cleanup: Import, Delete, etc

This is further complicated by my need to keep everything in a project folder heirarchy… I want Content/Textures/XYZStuff/texture.jpg… not 50 million folders in the Content heirarchy.

Spent a full day of development time moving assets around and fixing redirects :\ As they say, time is money. Something else that annoys me to no end is that when you move something, it will load it into memory first. When the item is moved, it will keep the original file/location in memory, which causes some headaches as well (is this what’s loaded into memory and I can force delete, or is it still in there?)