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, _
	ParamArray directorySeparators As Char() _
)
C#
public FileSet(
	string basePath,
	params char[] directorySeparators
)

Parameters

basePath
Type: System..::..String
A path to be considered as a base path of the set.
directorySeparators
Type: array<System..::..Char>[]()[][]
Directory separators to be used in all paths.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also