FileSystemItemCollection.Item Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Item[Int32]
Gets the item at the specified index.
Declaration
public FileSystemItem this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | A zero-based index of the item to get. |
Property Value
Type | Description |
---|---|
FileSystemItem | Item at the specified index. |
Item[String]
Gets the item of the specified path.
Declaration
public FileSystemItem this[string path] { get; }
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the item to get. |
Property Value
Type | Description |
---|---|
FileSystemItem | Item with the specified path, or null if not found. |