Click or drag to resize

ProjectedFileSystemProviderStart Method

Starts the Projected File System, making it available to service I/O and invoke callbacks on this provider instance.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void Start(
	string directoryPath
)

Parameters

directoryPath
Type: SystemString
A string specifying the full path to the virtualization root.
See Also