Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to look at all files within a directory and I need to "climb" down
sub-directories within those directories. For example: FileDir="C:\mystuff" I am using this loop: FName = Dir(FileDir) Do Until FName = "" do stuff Loop But if there is a folder "c:\mystuff\subdir\" I need to look there too. How do I determine sub-directories (folders) within folders? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating Directories | Excel Programming | |||
sub directories again | Excel Programming | |||
sub directories again | Excel Programming | |||
sub directories | Excel Programming | |||
Directories | Excel Programming |