Site icon EfmSoft

What does NTSTATUS 0xC000047C (STATUS_DIRECTORY_NOT_SUPPORTED) mean?

 
Previous Next
STATUS_COMPRESSED_FILE_NOT_SUPPORTED STATUS_IO_OPERATION_TIMEOUT

STATUS_DIRECTORY_NOT_SUPPORTED

The target object type is unsupported by this operation

Directory handles are valid for many metadata and enumeration APIs, but they do not expose a normal unnamed data stream like a regular file. A control code that transforms file contents or extents can therefore reject a directory even when the handle was opened correctly.

Do not replace this with a file-only open flag and expect success. The caller must decide whether it intended to operate on directory metadata, children, or a regular file selected incorrectly.

What to inspect

References


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

Exit mobile version