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 ManagementFollow ultraMaGE
Other Useful Business Software
Sencha's Ext JS enables you to rapidly deliver beautiful cross-platform web apps and mobile apps. Our 140+ pre-integrated UI components enable you to create gorgeous HTML5 applications with professional support from the Sencha team. Our JavaScript grid is blazingly fast, 300x faster than other vendors.
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" .