ProjectedFileSystemProviderGetItem Method |
Gets an item using its relative path. This method should be overriden for optimal performance.
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual ProjectedFileSystemItem GetItem(
string relativePath
)
Parameters
- relativePath
- Type: SystemString
A string specifying the path, relative to the virtualization root, to the file or directory to be deleted.
Return Value
Type:
ProjectedFileSystemItemAn instance of a ProjectedFileSystemItem class or null if the item was not found.
See Also