Click or drag to resize

LocalFileSystem.GetFullPath 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.Utilities.FileSystemEntry
The entry.
throwOnError
Type: System.Boolean
true to throw errors; otherwise false.

Return Value

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