ERROR_FILE_NOT_FOUND top-level constant

  1. @Deprecated('Use WIN32_ERROR.ERROR_FILE_NOT_FOUND instead')
int const ERROR_FILE_NOT_FOUND

The system cannot find the file specified.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_FILE_NOT_FOUND instead')
const ERROR_FILE_NOT_FOUND = 2;