Friday, August 29th 2008, 5:36am UTC+1

You are not logged in.

  • Login
  • Register

Durgesh

Beginner

Posts: 5

Location: New Delhi

Occupation: S/W developer

1

Saturday, October 27th 2007, 7:17am

searching all the files in a directory

Hai ;
I want to search all the files in directory;
If that directory contains sub directory than the files in that directory are also listed in a dialog.
Please help.
Dstomar
  • Go to the top of the page

2

Saturday, May 3rd 2008, 2:45am

RE: searching all the files in a directory

get the parent.

if has children, process children.
if children have children process children of children

Use recursion. just make sure you have a good exit strategy.
  • Go to the top of the page

Rate this thread