ASSERT( pRelatedFcb != NULL);
+ //
+ // On error, FileName indicates the path on which the failure occurred.
+ //
+
+ *FileName = pIrpSp->FileObject->FileName;
+
//
// No wild cards in the name
//
pDirEntry = pRelatedCcb->DirectoryCB;
- *FileName = pIrpSp->FileObject->FileName;
-
//
// Grab the root node while checking state
//
*ParentDirectoryCB = NULL;
- //
- // No wild cards in the name
- //
+ //
+ // On error, FileName indicates the path on which the failure occurred
+ //
+
+ *FileName = pIrpSp->FileObject->FileName;
+
+ //
+ // No wild cards in the name
+ //
uniFullName = pIrpSp->FileObject->FileName;