Post

 Resources 

Console


RE: Directories Machaira (1 reply, 0 views) (2000-Oct-2)
-
Assuming you're keeping an array or something of surfaces, you can use something like this (remember to add a reference to the Scripting runtime): Dim objFS As New FileSystemObject Dim objFile As File Dim objFolder As Folder Set objFolder = objFS.GetFolder("c:\files") For Each objFile In objFolder.Files 'Do whatever Next objFile


-
Up One Level | Back to Forum

RE: Directories Martin (0 replies) (2000-Oct-2)

Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.
There have been 38 visitors within the last 20 minutes
RSS News Feed