pszOld (PSZ) - input

      Address of the old path name of the file or subdirectory to be moved.

    pszNew (PSZ) - input

      Address of the new path name of the file or subdirectory.

    ulrc (APIRET) - returns

      Return Code.

      DosMove returns the one of following values:

    • NO_ERROR 2
        ERROR_FILE_NOT_FOUND
      3
        ERROR_PATH_NOT_FOUND
      5
        ERROR_ACCESS_DENIED
      17
        ERROR_NOT_SAME_DEVICE
      26
        ERROR_NOT_DOS_DISK
      32
        ERROR_SHARING_VIOLATION
      36
        ERROR_SHARING_BUFFER_EXCEEDED
      87
        ERROR_INVALID_PARAMETER
      108
        ERROR_DRIVE_LOCKED
      206
        ERROR_FILENAME_EXCED_RANGE
      250
        ERROR_CIRCULARITY_REQUESTED
      251
        ERROR_DIRECTORY_IN_CDS
      For a full list of error codes, see Errors.


    [Back] [Next]