Jump to content

How to get e.g. 'alfred_workflow_cache' dir with python?


Recommended Posts

I am trying to switch from AS to python and started to migrate some of my workflows. In AS it was easy to get 'alfred_workflow_cache' dir by using shell command. But how can this be achieved with python? I found on danishe page to use os.getenv('alfred_workflow_cache') but it returns None (NoneType) .

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...