Site icon EfmSoft

What does NTSTATUS 0xC0000281 (STATUS_DIRECTORY_IS_A_REPARSE_POINT) mean?

 
Previous Next
STATUS_REPARSE_POINT_NOT_RESOLVED STATUS_RANGE_LIST_CONFLICT

STATUS_DIRECTORY_IS_A_REPARSE_POINT

The directory exists, but it is not an ordinary directory node

STATUS_DIRECTORY_IS_A_REPARSE_POINT identifies a directory that carries reparse-point state. This matters when an operation needs to inspect the directory object itself, apply metadata to it, or enforce a rule about whether traversal through reparse points is allowed.

A directory reparse point can redirect or extend path interpretation, so code that assumes every directory component is a plain container can apply a policy to the wrong location. The correct next step depends on whether the operation is supposed to traverse the directory or operate on the reparse object.

Do not lose the traversal decision

References


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

Exit mobile version