ultraMage is a powerful dual-window file manager for Windows with many useful features like bookmarks, advanced file operations and folder synchronisation. It is still very easy to use, because the user interface is similar to that of Windows Explorer.
Categories
File ManagersLicense
GNU General Public License version 2.0 (GPLv2)Follow ultraMaGE
You Might Also Like
Relax: PRTG Monitors Your IT for You
You’re the go-to IT person, always putting out fires and keeping things running. With PRTG, you get reliable alerts to monitor your entire IT infrastructure, without the noise. Our intuitive setup gives you a clear overview of your network, devices, and applications in real time. Get instant alerts only when something needs your attention, whether you’re at your desk or on the move. Spend less time worrying about outages and more time focusing on what matters. Set up PRTG once and let it work for you - PRTG has you covered.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you very much for the free open source program!
-
I found a bug. line 12130 of FileList.cpp: while(fullpath[i] != '\\' && i < fullpath.length()) should be modifed: while(i < fullpath.length() && fullpath[i] != '\\') because there may be a debug assertion failed ,"string subscript out of range" .