Site icon EfmSoft

What does Windows error code 16 (ERROR_CURRENT_DIRECTORY) mean?

 
Could be also:
ConstantTypeOS
KERN_INVALID_TASKKern returnMac
ippStsZeroOccIntel Ipp StatusAny
EBUSYerrnoAny
SPIN_LOCK_NOT_OWNEDBugCheck CodeWindows
Previous Next
ERROR_INVALID_DRIVE ERROR_NOT_SAME_DEVICE

ERROR_CURRENT_DIRECTORY

The target directory is currently in use as a working directory

ERROR_CURRENT_DIRECTORY is returned when an operation conflicts with the active current directory. A process cannot remove or invalidate a directory while it still depends on that location as its working directory.

Resolution steps

Handling

Move away from the directory, release users of it, and retry once. Continuous retry without changing state is ineffective.

References


Looking for a different code? Search another status or error code.

Exit mobile version