Hi All,
I have a .sh file which i am trying to run using runtime api It runs perfectly if .sh file is under main project folder but I want it to be access from outside the project folder
example:/home/test/test.sh when i try to run this i get /home/test/test.sh not found error Can anyone tell me how to execute .sh file using runtime accessing the file from local system.