K
Ken Snell [MVP]
No, nested Dir functions cannot be used. Dir can be used recursively, as
you've noted. In order to do what you want, you will need to build arrays of
the folders or files in a folder, and loop through the array using the Dir
function.
you've noted. In order to do what you want, you will need to build arrays of
the folders or files in a folder, and loop through the array using the Dir
function.