Visa ett inlägg
Oläst 2006-05-12, 16:42 #5
Lindahl Lindahl är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Dec 2004
Inlägg: 854
Lindahl Lindahl är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Dec 2004
Inlägg: 854
Westmans funkar bra, men jag skulle vilja modifiera den lite:
Kod:
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(folderspec)
Set fc = f.Files
For Each f1 in fc
 *if fso.GetExtensionName(f1) = "jpg" then response.write(f1.name & "<br>" & vbcrlf)
Next
Lindahl är inte uppkopplad   Svara med citatSvara med citat