Go to the source code of this file.
| Enumerator |
|---|
| VFS_LOOKUP_ADD |
|
| VFS_LOOKUP_CREATE |
|
| VFS_LOOKUP_SKIP_POPULATE |
|
| VFS_LOOKUP_CREATE_ALWAYS |
|
Definition at line 38 of file vfs_lookup.h.
Resolve a pathname.
- Parameters
-
| pathname | |
| startDirectory | VfsStartDirectory. |
| directory | is set to the last directory component that is encountered. |
| pfile | File is set to 0 if there is no name component, otherwise the corresponding file. |
| flags | |
- See Also
- VfsLookupFlags.
- Returns
- Status (INFO::OK if all components in pathname exist).
to allow noiseless file-existence queries, this does not raise warnings.
Definition at line 75 of file vfs_lookup.cpp.