ERROR_CANNOT_MAKE top-level constant

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

The directory or file cannot be created.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_CANNOT_MAKE instead')
const ERROR_CANNOT_MAKE = 82;