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
Filestack is the next-generation file handling service equipped with a powerful file uploader and advanced file processing APIs. If you’re looking to improve your file upload speed, reliability, and offer your users an amazing selection of upload sources like Instagram, Dropbox, and more, let Filestack help you today. Easily transform your files between types and take advantage of advanced image intelligence features like OCR and more!
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" .