LocalFileSystemProvider Constructor
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
LocalFileSystemProvider(String, FileSystemType, FileSystemProviderSettings)
Initializes a new instance of the LocallocalFileSystemPath
, file system type of fileSystemType
and settings
.
Declaration
public LocalFileSystemProvider(string localFileSystemPath, FileSystemType fileSystemType, FileSystemProviderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
String | localFileSystemPath | Local file system path which represents the root directory of the Local |
File |
fileSystemType | Specifies the type of the file system (read-only or read-write). |
File |
settings | File system provider settings. |
LocalFileSystemProvider(String, FileSystemType)
Initializes a new instance of the LocallocalFileSystemPath
and file system type of fileSystemType
.
Local
Declaration
public LocalFileSystemProvider(string localFileSystemPath, FileSystemType fileSystemType)
Parameters
Type | Name | Description |
---|---|---|
String | localFileSystemPath | Local file system path which represents the root directory of the Local |
File |
fileSystemType | Specifies the type of the file system (read-only or read-write). |
LocalFileSystemProvider(String)
Initializes a new instance of the read-write LocallocalFileSystemPath
.
Local
Declaration
public LocalFileSystemProvider(string localFileSystemPath)
Parameters
Type | Name | Description |
---|---|---|
String | localFileSystemPath | Local file system path which represents the root directory of the Local |
LocalFileSystemProvider(String, FileSystemProviderSettings)
Initializes a new instance of the read-write LocallocalFileSystemPath
and settings
.
Local
Declaration
public LocalFileSystemProvider(string localFileSystemPath, FileSystemProviderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
String | localFileSystemPath | Local file system path which represents the root directory of the Local |
File |
settings | File system provider settings. |