Click or drag to resize

PlaceholderItemIsPlaceholder Method

IT Hit User File System
Determines if the file or folder path represents a placeholder or a regular file/folder.

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

Parameters

userFileSystemPath
Type: SystemString
Path in user file system.

Return Value

Type: Boolean
True if the item is a placeholder. False - otherwise.
See Also