Gets an instance of the FileSystemItem class for a given physical path.
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static FileSystemItem Get(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
FileSystemItemAn instance of the FileSystemItem class of null if not found.
See Also