Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xdg
v1.3.0
XDG
CACHE
CONFIG
DATA
RUNTIME
STATE
Built with Crystal 1.10.0
2023-10-20 14:23:30 UTC
module
XDG::
STATE
Defined in:
xdg.cr
Constant Summary
HOME
=
(envpath?(
"XDG_STATE_HOME"
))
||
((
Path
.home
/
".local"
)
/
"state"
)