• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

inventor vba file list in subfolders

  • Thread starter Thread starter Sandra_ME30
  • Start date Start date

Sandra_ME30

Guest
Marcock 15.12.15 12:36

Hello everyone
public sub processpartsvba()
dim processpath as string processpath = "c:\temp\"

'get the files in the specified directory.
dim filename as string filename = dir(processpath & "*.ipt")
do while filename <> "

loop
end

how much written from the web.. works and returns all the files present in a folder...I ask you how I can change it to get also subfolders and files within them included? ? ?

es in c:temp there are other folders that contain files...I should read also within such folders

Thank you very much
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top