| 229 | } |
| 230 | |
| 231 | bool exists( const char *path ) |
| 232 | { |
| 233 | return !(GetFileAttributesA(path)==INVALID_FILE_ATTRIBUTES && GetLastError()==ERROR_FILE_NOT_FOUND); |
| 234 | } |
| 235 | |
| 236 | u64 getModifiedTime( const char* path ) |
| 237 | { |
no outgoing calls
no test coverage detected