hello,
In my script, i use chdir to change directory and run a function;
I explain with an example :
I run my script from /home/tom/axa
In my script i do : chdir ("/home/test");
after my chdir ,the script do another thing but where i am ?
in /home/tom/axa or in /home/test ?
Thanks
In my script, i use chdir to change directory and run a function;
I explain with an example :
I run my script from /home/tom/axa
In my script i do : chdir ("/home/test");
after my chdir ,the script do another thing but where i am ?
in /home/tom/axa or in /home/test ?
Thanks