Set Output Directory after job submission

Is there a way via either deadlinecommand or the built in api to edit the output directory/file of a job after submission?

Hi Ricardo

I think you can use SetJobOutputDirectories() function inside the Python api. I never used it though, but I think you need to write an event using OnJobSubmitted() and then call the function to change output directory after event takes place.

Thanks
Zain