Retrieve File information with File System Object
Retrieve File information with File System Object
Rate Retrieve File information with File System Object
(1(1 Vote))
dim fld as scripting.folder
set fld=fso.getfolder("C:\tmp")
dim fil as scripting.filefor each fil in fld.files
me.lst.AddItem (fil.name)
Retrieve File information with File System Object Comments
No comments yet — be the first to post one!
Post a Comment