VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Retrieve File information with File System Object

by Peter Elisa Souhoka (21 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 22nd September 2008
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Retrieve File information with File System Object

Rate Retrieve File information with File System Object




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)

Download this snippet    Add to My Saved Code

Retrieve File information with File System Object Comments

No comments have been posted about Retrieve File information with File System Object. Why not be the first to post a comment about Retrieve File information with File System Object.

Post your comment

Subject:
Message:
0/1000 characters