Click or drag to resize

FileSystemSymbolicLink Class

A symbolic link provides an entry point to another file system object.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesFileSystemSymbolicLink

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class FileSystemSymbolicLink

The FileSystemSymbolicLink type exposes the following members.

Properties
  NameDescription
Public propertyFlags
Gets options for the symbolic link
Public propertyPrintName
Gets the symbolic link's print name. The print name is an informative pathname, suitable for display to a user, that also identifies the target of the symbolic link.
Public propertySubstituteName
Gets the symbolic link's substitute name.
Top
Methods
See Also