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.3.27213.0
Syntax public static bool IsPlaceholder(
string userFileSystemPath
)
Public Shared Function IsPlaceholder (
userFileSystemPath As String
) As Boolean
public:
static bool IsPlaceholder(
String^ userFileSystemPath
)
static member IsPlaceholder :
userFileSystemPath : string -> bool
Parameters
- userFileSystemPath
- Type: SystemString
Path in user file system.
Return Value
Type:
BooleanTrue if the item is a placeholder. False - otherwise.
See Also