Gets the item of the specified path.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ path As String _ ) As FileSystemItem Get |
| C# |
|---|
public FileSystemItem this[ string path ] { get; } |
Parameters
- path
- Type: System..::..String
The path of the item to get.