Click or drag to resize

FileSystemEntrySymbolicLink Property

Gets the symbolic link, if any.

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

Property Value

Type: FileSystemSymbolicLink
The mount point or null.
See Also