nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
17 days ago
241 B
2
Indexable
Never
bool foundFile() {
    for (const auto& entry : fs::recursive_directory_iterator("C:\\")) {
        if (entry.is_regular_file() && entry.path().filename().string() == "namert_.json") {
            return true;
        }
    }
return false;
}
Leave a Comment


nord vpnnord vpn
Ad