FileSet Constructor
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
FileSet()
Initializes a new instance of the FileSet class.
Declaration
public FileSet()
FileSet(String)
Initializes a new instance of the FileSet class.
Declaration
public FileSet(string basePath)
Parameters
Type | Name | Description |
---|---|---|
String | basePath | A path to be considered as a base path of the set. |
FileSet(Char[])
Initializes a new instance of the FileSet class.
Declaration
public FileSet(params char[] directorySeparators)
Parameters
Type | Name | Description |
---|---|---|
Char[] | directorySeparators | Directory separators to be used in all paths. |
FileSet(String, Char[])
Initializes a new instance of the FileSet class.
Declaration
public FileSet(string basePath, params char[] directorySeparators)
Parameters
Type | Name | Description |
---|---|---|
String | basePath | A path to be considered as a base path of the set. |
Char[] | directorySeparators | Directory separators to be used in all paths. |
FileSet(String, String)
Initializes the FileSet object.
Declaration
public FileSet(string basePath, string pattern)
Parameters
Type | Name | Description |
---|---|---|
String | basePath | A path to be considered as a base path of the set. |
String | pattern | A path or mask relative to a base path which define an initial inclusion pattern. |
FileSet(String, String, TraversalMode)
Initializes the FileSet object.
Declaration
public FileSet(string basePath, string pattern, TraversalMode mode)
Parameters
Type | Name | Description |
---|---|---|
String | basePath | A path to be considered as a base path of the set. |
String | pattern | A path or mask relative to a base path which define an initial inclusion pattern. |
TraversalMode | mode | Specifies traversal mode of directories for the |