Open foryoung365 opened 3 weeks ago
std::fstream fs(simplePath, std::ios::app);
File existence check using fstream with ios::app is implemented as a workaround because:
Thanks. Please give me a few days since I might be out sick.
File existence check using fstream with ios::app is implemented as a workaround because: