Re: Looking down in folder structure

2003-01-27 Thread Janek Schleicher
On Mon, 27 Jan 2003 21:30:39 +0100, Jakob Kofoed wrote: > How can I look down in a folder structure i.e. for checking last access time > on files. I need to be independent of the depth of the folder structure so > it will go down to the bottom of the structure - whether there are 2 or 10 > levels.

Re: Looking down in folder structure

2003-01-27 Thread John Baker
On Mon, 27 Jan 2003, Jakob Kofoed wrote: > Date: Mon, 27 Jan 2003 21:30:39 +0100 > From: Jakob Kofoed <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Looking down in folder structure > > Hi, > > How can I look down in a folder structure i.e. for checki

RE: Looking down in folder structure

2003-01-27 Thread wiggins
On Mon, 27 Jan 2003 21:30:39 +0100, "Jakob Kofoed" <[EMAIL PROTECTED]> wrote: > Hi, > > How can I look down in a folder structure i.e. for checking last access time > on files. I need to be independent of the depth of the folder structure so > it

Looking down in folder structure

2003-01-27 Thread Jakob Kofoed
Hi, How can I look down in a folder structure i.e. for checking last access time on files. I need to be independent of the depth of the folder structure so it will go down to the bottom of the structure - whether there are 2 or 10 levels. I tried the "glob" function but it need a specific depth i