Click or drag to resize

SYMLINK_FLAGS Enumeration

Defines options for a symbolic link.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SYMLINK_FLAGS
Members
  Member nameValueDescription
SYMLINK_FLAG_NONE0 The substitute name is a full path name.
SYMLINK_FLAG_RELATIVE1 The substitute name is a path name relative to the directory containing the symbolic link.
See Also