PathSegmentList Constructor (String, StringComparer) |
Initializes a new instance of the
PathSegmentList class.
The file path must be valid file
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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