Class SystemInfo.HomePathInfo
Information about the found home path
Inherited Members
Namespace:FubarDev.WebDavServer.Utils
Assembly:FubarDev.WebDavServer.dll
Syntax
public class HomePathInfo
Properties
| Improve this Doc View SourceIsProbablyUnix
Gets or sets a value indicating whether the root path is probably a unix OS
Declaration
public bool IsProbablyUnix { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
RootPath
Gets or sets the root path for all users
Declaration
public string RootPath { get; set; }
Property Value
Type | Description |
---|---|
String |