Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Job Designs
+- CreateXMLFeed
+- UploadFeed
+- Tests
+- TestJob1
+- TestJob2
Hi Mirko
No a global variable can be used to get it directly, I think you can create a subjob to get it, below is my idea: use a tFileList to iterate each file name in the workspace folder, includes its sub-folder, if the file name equals to the jobName (this is a global variable for the current job name), exit the loop and get the current folder path.
Hi mirkodev
There is still an real folder name called 'Google' in workspace/yourProjectName/process directory in the file system, so you can iterate all the job file names in this directory, compare the file name with current job name and get the current folder name.