This is the problem
When i get a file, i have to place the full name
Like:
Set myfile = fso.GetFile("C:\Myfolder\file.dat")
Is there a possibility to "Get" all the files in one dir
without knowing the file names?? or just one after a nother useing "For each next"?
thx in advance
When i get a file, i have to place the full name
Like:
Set myfile = fso.GetFile("C:\Myfolder\file.dat")
Is there a possibility to "Get" all the files in one dir
without knowing the file names?? or just one after a nother useing "For each next"?
thx in advance