Go to the source code of this file.
◆ VfsLookupFlags
Enumerator |
---|
VFS_LOOKUP_ADD | |
VFS_LOOKUP_SKIP_POPULATE | |
VFS_LOOKUP_REAL_PATH | |
◆ vfs_Lookup()
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.