Displaying 2 results from an estimated 2 matches for "184745".
Did you mean:
183745
2012 Apr 12
3
directory of current script
I am running a series of scripts sequentially and they all need some global
parameters. These will be included in a file in a known sub directory as the
scripts themselves.
The scripts need to be run by anyone without ANY editing.
Question is:
Is there a command to return the directory of the current script, so it then
knows where to find the global parameter file?
Or is there a simpler way?
2009 Mar 24
3
How to find the path or the current file?
Dear useRs,
I have a collection of source file and some of these call others. The files
are distribute among a number of directories, and to know how to call some
other file they need to know what file is currently executed.
As example, I have a file 'search.R' located in directory 'bin' which needs
to access the file 'terms.conf' located in the directory 'conf',