Click or drag to resize

PlaceholderItemGetErrorStatus Method (String)

IT Hit User File System
Gets error status.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public static bool GetErrorStatus(
	string userFileSystemPath
)

Parameters

userFileSystemPath
Type: SystemString
Path in the user file system.

Return Value

Type: Boolean
True if error status is set; false otherwise.
See Also