Replace DirectoryManager #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace all functionality of DirectoryManager with C++. This will be a gradual process in introducing C++ into this project. With the addition of Filesystems in C++17, this would be possible without the use of any external libraries. The purpose of switching a part of this project to C++ is to use the newer features of C++ and have more control of aspects of this project. Plus, I've always been a fan of C++.