Initializes a new instance of the FileSet class.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ ParamArray directorySeparators As Char() _ ) |
C# |
---|
public FileSet( params char[] directorySeparators ) |
Parameters
- directorySeparators
- Type: array<System..::..Char>[]()[][]
Directory separators to be used in all paths.