Re: Getting current folder name

2001-07-26 Thread Louis LeBlanc
You might get what you are looking for from Gregor Hoffleit's patch in a message posted earlier today. I will attach it at the end. L On 07/26/01 11:44 AM, Kai Weber sat at the `puter and typed: > Hi, > > I am searching for a way to get the current selected folder for > scripting. I want someth

Re: Getting current folder name

2001-07-26 Thread Greg Matheson
On Thu, 26 Jul 2001, Kai Weber wrote: > Hi, > I am searching for a way to get the current selected folder for > scripting. I want something like this: > folder-hook . source $MATCHED_FOLDER.rc > Depending on what folder I entered, I want to know what folder that > was. While you're doing th

Getting current folder name

2001-07-26 Thread Kai Weber
Hi, I am searching for a way to get the current selected folder for scripting. I want something like this: folder-hook . source $MATCHED_FOLDER.rc Depending on what folder I entered, I want to know what folder that was. Maybe storing the wohle path in a shell variable, something like that. Ka