Hi,
Probably a really stupid question ...
Is there some special variable that contains the full path to the directory that the script that is currently running lives in?
I am running a script from a particular directory but the 'current' directory is the desktop of the user account I'm logged in as, not the one I've run the script from and I want to reference files using a relative path to the directory that the script is in.
Thanks,
Alan
Probably a really stupid question ...
Is there some special variable that contains the full path to the directory that the script that is currently running lives in?
I am running a script from a particular directory but the 'current' directory is the desktop of the user account I'm logged in as, not the one I've run the script from and I want to reference files using a relative path to the directory that the script is in.
Thanks,
Alan
Comment