Skip to main content

shadow_dir

Function shadow_dir 

Source
pub fn shadow_dir() -> PathBuf
Expand description

Returns the shadow directory used for ephemeral run data.

  • Windows: %LOCALAPPDATA%\running-process\run\
  • Linux: $XDG_RUNTIME_DIR/running-process/run/
  • macOS: $HOME/Library/Caches/running-process/run/