ERROR_NOT_SAME_DEVICE top-level constant

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

The system cannot move the file to a different disk drive.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NOT_SAME_DEVICE instead')
const ERROR_NOT_SAME_DEVICE = 17;