FileSystemEntryGetNameInformation Method |
| Name | Description | |
|---|---|---|
| GetNameInformation(IntPtr, Boolean) |
Gets the name information for a file or directory handle.
This method uses NtQueryObject with ObjectNameInformation to get that information.
| |
| GetNameInformation(String, Boolean) |
Gets the name information for a path.
This method uses NtQueryObject with ObjectNameInformation to get that information.
|