K1200 Posted June 29, 2007 Posted June 29, 2007 Is it possible to have a script load a table with the names of all files currently in a specified Windows directory? I'm trying to inventory the directory by file types, so I don't need the contents of the files, only the names. I thought I had seen an example of this posted on the forums, but numerous searches haven't come up with anything. Thanks for any help.
MarkWilson Posted June 29, 2007 Posted June 29, 2007 Send Event [] "CMD /C DIR " & Table::FilePathField & " /B >dir.txt" Pause 2 seconds Import "dir.txt"
K1200 Posted June 29, 2007 Author Posted June 29, 2007 (edited) Thanks for the suggestion. However, I've encountered a problem with the Import operation in that it insists on importing the filename into the ID field of the receiving table. The table only has two fields, ID (auto-serial) and Filename. I set it up to use Last Order, but on the next cycle, it reverts to Filename => ID so the user would have to realign it on every use. Not good. Any ideas? Update: I added the Perform Without Dialog option and the Filename => Filename selection seems to hold. Edited June 29, 2007 by Guest
Recommended Posts
This topic is 6358 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now