Fixed
Details
Assignee
Igal SapirIgal SapirReporter
Igal SapirIgal SapirLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Igal Sapir
Igal SapirReporter
Igal Sapir
Igal SapirLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Affects versions
Priority
Created 3 June 2020 at 19:41
Updated 9 November 2020 at 12:03
Resolved 3 June 2020 at 20:17
Currently cfexecute has no way of setting the working directory and a common hack to get some commands to work is to save a temporary shell/batch script that first changes the directory and then execute the command.
Adding an optional directory attribute will allow to set the working directory prior to executing the command.