Using PB 3.5, Win 98 and running my program in a dos box.
I'm in a directory, let's say c:\junk and it might have several
subdirectories such as c:\junk\data1 & c:\junk\data2 & etc
I want to know if there are any c:\junk subdirectories and
if there are what are their names.
I am currently using the SHELL "DIR c:\junk\*. >scratch.txt".
Take 'scratch.txt' apart and look for directory names.
It's ok, but it's not nice and clean.
Any suggested code or point me in the right direction would
be appreciated.
Jack Kramer
------------------
I'm in a directory, let's say c:\junk and it might have several
subdirectories such as c:\junk\data1 & c:\junk\data2 & etc
I want to know if there are any c:\junk subdirectories and
if there are what are their names.
I am currently using the SHELL "DIR c:\junk\*. >scratch.txt".
Take 'scratch.txt' apart and look for directory names.
It's ok, but it's not nice and clean.
Any suggested code or point me in the right direction would
be appreciated.
Jack Kramer
------------------
Comment