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:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual string GetFullPath(
	FileSystemEntry entry,
	bool throwOnError
)

Parameters

entry
Type: 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