I need to refer to the directory created by withTempDir
by name in the Actions. I am guessing that the current working directory is changed by withTempDir
, and that would likely work in the simple case. However some of the Actions must do their own (Cwd somewhere)
.
Is there a way inside an Action to get the full path name of the created temp dir?