Click or drag to resize

FileSystemEntryGetSymbolicLink Method (String, Boolean)

Gets the symbolic link of a file or directory.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FileSystemSymbolicLink GetSymbolicLink(
	string fullPath,
	bool throwOnError = true
)

Parameters

fullPath
Type: SystemString
The full path.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: FileSystemSymbolicLink
The symbolic link or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionfullPath is null.
See Also