| VfsMountInfoMountPoint Property |
Gets the path at which the storage is mounted into the virtual file system.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public string MountPoint { get; }
Public ReadOnly Property MountPoint As String
Get
public:
property String^ MountPoint {
String^ get ();
}
member MountPoint : string with get
Property Value
Type:
String
The mount point. Can be
or empty, which is equivalent to the root
directory "/" of the virtual file system.
Exceptions Remarks
The path value stored in this property is automatically normalized. (For example: Backward
slashes '\' are changed to forward slashes '/'.)
See Also