A task directory is created when a task starts, but, when `runTasksAsCurrentUser` is set: - the task isn't run with the task directory as its current directory - there is no environment variable containing the task directory location So it's essentially impossible to make use of the task directory in that case.
A task directory is created when a task starts, but, when
runTasksAsCurrentUseris set:So it's essentially impossible to make use of the task directory in that case.