Error code

Windows ERROR_BAD_PATHNAME

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

What it means

The specified path is invalid..

How to fix it

  1. Correct the path syntax and separators.
  2. verify the drive letter or UNC prefix is valid.
  3. remove illegal characters from folder names.
  4. confirm each directory in the path exists.

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