pub fn workflow_data() -> Option<PathBuf>Expand description
The recommended directory for non-volatile workflow data.
This will only be populated if your workflow has a bundle id set.
§Examples
let data = env::workflow_data().unwrap();
println!("Workflow Data:\n{data:?}");
// Workflow Data:
// /Users/John/Library/Application Support/Alfred/Workflow Data/com.example.workflow