Click or drag to resize

FileSystemSymbolicLink Class

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

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also