Legacy code having:
_sopen( filepath, _O_RDONLY, _SH_DENYNO);
I can change it to:
std::ifstream file{ filepath, std::ios::in