Click or drag to resize

FileSystemItemGet Method

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
C#
public static FileSystemItem Get(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: FileSystemItem
An instance of the FileSystemItem class of null if not found.
See Also