Documentation
¶
Overview ¶
Package configdir provides the platform-specific application data directory path for epos-opensource. It determines the correct storage location based on the runtime OS:
- macOS: $HOME/Library/Application Support/epos-opensource
- Windows: %LOCALAPPDATA%/epos-opensource (falls back to %APPDATA%)
- Linux & others: ${XDG_DATA_HOME:-$HOME/.local/share}/epos-opensource
GetDataPath returns the resolved directory path for storing application data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.