Introducing Manager.cfc
I have been told by some people using DataMgr that it should handle files as well. The problem with that is that managing files is outside the purview of what DataMgr should do.
I actually do have another project called FileMgr (part of the com.sebtools package) that does a little bit of what DataMgr does, but for files. Mostly, it handles uploads and makes sure that the needed folders exist - one less thing to worry about on deployment.
What would be nice, is a component that works like DataMgr but handles files (and even image resizing) just as automatically as DataMgr handles data.
The component is (showing no imagination on my part) called Manager.cfc.
Sorry about that. You're right that I did a pretty poor job of explaining that.
It uses DataMgr, but doesn't replace it. It can actually run on top of DataMgr 2.2 or better. It could probably run on some earlier version as well, but I haven't tested that.