Click or drag to resize

PlaceholdersGetFolder Method

IT Hit User File System
Gets placeholder folder that corresponds to the user file system path.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public PlaceholderFolder GetFolder(
	string userFileSystemPath
)

Parameters

userFileSystemPath
Type: SystemString
Path to the placeholder item in the user file system.

Return Value

Type: PlaceholderFolder
Item that corresponds to the path provided.
Remarks
This method doe NOT throw exceptions if the item does not exists under the provided path.
See Also