FileSystemSession Item Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Navigates to the specified path

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public FileSystemSessionItem this[
	string path
] { get; }

Return Value

Type: FileSystemSessionItem
FileSystemSessionItem instance - a directory or a file or null if it does not exist
See Also