Skip to main content

path

Function path 

Source
pub fn path() -> Result<PathBuf>
Expand description

Where this user’s endpoint lives.

$XDG_RUNTIME_DIR where the platform sets one, which is already private to its owner and cleared at logout. Otherwise the session state directory’s own parent, which is private for the same reason and is at least on a filesystem this user can write.

§Errors

Where no per-user directory can be named at all.