Initializes a new instance of the FileSet class.

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

Syntax

Visual Basic
Public Sub New ( _
	basePath As String _
)
C#
public FileSet(
	string basePath
)

Parameters

basePath
Type: System..::..String
A path to be considered as a base path of the set.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also