Jan 27, 2006 #1 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?
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?
Jan 27, 2006 #2 PHV MIS Nov 8, 2002 53,708 FR 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 Upvote 0 Downvote
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
Jan 27, 2006 Thread starter #3 jacob94 Technical User Dec 5, 2005 161 US I just need the file names from a folder in a query view, no temp tables, just read only file names. Upvote 0 Downvote