20230925.00
utils: change FileExists() to use stat() instead of access() (#118) We observed an inconsistency of behavior of access() across linux systems, to work that around we are changing it to use stat() instead.
utils: change FileExists() to use stat() instead of access() (#118) We observed an inconsistency of behavior of access() across linux systems, to work that around we are changing it to use stat() instead.