Click or drag to resize

PathSegmentListIsRelative Property

Gets a value that indicates if this instance represents a relative path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsRelative { get; }

Property Value

Type: Boolean
A value that indicates if this instance represents a relative path.
See Also