Initializes a new instance of the LocalItem class.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	path As String _
)
C#
public LocalItem(
	string path
)

Parameters

path
Type: System..::..String
Path to a file or directory on the local file system.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also