Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File System Query

Status
Not open for further replies.

jacob94

Technical User
Dec 5, 2005
161
US
Is it possible to query a folder in a windows directory?

i would like to display file name and size.

I would need to somehow query directly out of a folder called C:\temp.

Is this possible?
 
In VBA code you may play with the Dir and FileLen functions.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
I just need the file names from a folder in a query view, no temp tables, just read only file names.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top