Error code

Windows ERROR_DIRECTORY

WINDOWSERROR_DIRECTORY
System Error Code· A POSIX/system errno returned when a system call fails.

What it means

The directory name is invalid..

How to fix it

  1. Verify the path points to an existing folder not a file.
  2. create the directory if it is missing.
  3. check the path syntax and separators.
  4. confirm your account can access the parent folder.

Not affiliated with Windows. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.