Click or drag to resize

FileSystemEntryGetBasicInformation Method

Gets the basic information for a path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FileSystemBasicInfo GetBasicInformation(
	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: FileSystemBasicInfo
An instance of the FileSystemBasicInfo class.
Exceptions
ExceptionCondition
ArgumentNullExceptionfullPath is null.
See Also