#include namespace fs = std::filesystem; int main() { fs::path path{"../"}; return 0; }