Version 1.0
This is the first release of C++ File Manager.
See: #17 and #1 to see issues resolved and features addded.
If you are curious to see the work done for Release 1.0, head over to milestone 1.0 details: https://github.com/BuffetCodes/CPP-File-Manager/milestone/1.
This release provides you:
fmanager
binary, to simply use it on your system. (GNU/Linux systems).FileManager.hpp
(header file) andlibcpp-file-manager.a
(library file) to use in your C++ code. Head over to the README (https://github.com/BuffetCodes/CPP-File-Manager/blob/master/README.md) on how to use it in your code.
Thanks!