Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Als ik het aantal weergegeven files check, geeft hij steeds 1 bestand te veel op. Telt deze functie standaard ook de doelmap mee of zo?
Function ShowFolderList([COLOR="red"]folderspec[/COLOR])
' Bron : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/ad23fd3a-5492-4a97-b83d-0ad0804d1e8f.asp
Dim fso, f, f1, fc, s
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder([COLOR="Red"]folderspec[/COLOR])
Set fc = f.Files
For Each f1 In fc
s = s & f1.Name & vbCrLf
Next
MsgBox s
End Function
ShowFolderList [COLOR="red"]Folder[/COLOR]
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.