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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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" .