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