Guest seven Posted March 6, 2004 Posted March 6, 2004 Is there anyway I can get an array out of all of the folders contained within a certain folder? I can't think of a way.. thanks..
trids Posted March 8, 2004 Posted March 8, 2004 .. Or you can use this with Larry's UDF to read the FolderContents.LST file to an array ..@Comspec & " /C DIR ""C:\TargetFolder\*.*"" /b /A:D > " & @TempDir & "\FolderContents.LST"
trids Posted March 8, 2004 Posted March 8, 2004 Here's Larry's FileReadToArry UDF : http://www.hiddensoft.com/forum/index.php?...findpost&p=7466
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now