FileSystemProviderSettings.EnableRegistrationAsDrive Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
EnableRegistrationAsDrive
Gets or sets whether a FileSystemProvider should be registered as a VDriveInfo object.
Default value is true. The file system provider is registered as a virtual file system drive.
Declaration
public bool EnableRegistrationAsDrive { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
The file system provider is registered under the unique name derived from the name of the file system provider implementation class. All registered virtual file system drives can be retrieved using the GetDrives() method. If the autogenerated drive name does not suit application needs, it is possible to set a custom drive name. See DriveName property for details. The drive is unregistered when the underlying file system provider is disposed.