Open CodeCorrupt opened 1 week ago
Hi, thanks for your contribution. Would you please use std::filesystem::path to store the path? This also lets you validate the path by calling std::filesystem::exists (https://en.cppreference.com/w/cpp/filesystem/exists).
Simple addition to the CLI args. It could probably do with some validation, ie; making sure it ends in a slash.
cc: @WiserTixx