FileSystemDirectory Item Property NFX Class Library

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

Navigates to the specified path relative to this directory

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; }

Parameters

path
Type: OnlineSystem String
Path relative to this directory to navigate to

Return Value

Type: FileSystemSessionItem
FileSystemSessionItem instance - a directory or a file
See Also