Platform.XDG_Type Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
X Desktop Group configuration type enum.
public enum Platform.XDG_Type
type Platform.XDG_Type =
Public Enum Platform.XDG_Type
- Inheritance
-
Platform.XDG_Type
Fields
Name | Value | Description |
---|---|---|
CONFIG | 0 | XDG_CONFIG_HOME/powershell |
CACHE | 1 | XDG_CACHE_HOME/powershell |
DATA | 2 | XDG_DATA_HOME/powershell |
USER_MODULES | 3 | XDG_DATA_HOME/powershell/Modules |
SHARED_MODULES | 4 | /usr/local/share/powershell/Modules |
DEFAULT | 5 | XDG_CONFIG_HOME/powershell |