Click or drag to resize

FileSystemItem Constructor

Initializes a new instance of the FileSystemItem class.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public FileSystemItem(
	FileSystemInfo info
)

Parameters

info
Type: System.IOFileSystemInfo
The item FileSystemInfo instance.
See Also