Click or drag to resize

PathSegmentList Constructor (String, StringComparer)

Initializes a new instance of the PathSegmentList class. The file path must be valid file

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PathSegmentList(
	string path,
	StringComparer stringComparer = null
)

Parameters

path
Type: SystemString
A file path.
stringComparer (Optional)
Type: SystemStringComparer
The comparer used when comparing segments.
See Also