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
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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" .