ERROR_PATH_NOT_FOUND top-level constant

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

The system cannot find the path specified.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_PATH_NOT_FOUND instead')
const ERROR_PATH_NOT_FOUND = 3;