Click or drag to resize

LocalFileSystemGetFullPath Method

Gets the full path for a given file system entry. Can be the entry FullName or the result of the GetFinalPath() method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual string GetFullPath(
	FileSystemEntry entry,
	bool throwOnError
)

Parameters

entry
Type: callback.ShellBoost.Core.UtilitiesFileSystemEntry
The entry.
throwOnError
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: String
The full path.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
See Also