Instead of giving me the current directory can it be able to stop one directory before so I could add if I would like to the path to go one directory above or not?
If the code find its currently directory in c:/files/more/tes.pl
I would like the code to stop here:
c:/files
And I can do this:
${curr_dir}/images/or any other directory
Just trying to make this a little more flexible.
Thanks for the Help!