bezz <bezz (AT) sumwhere (DOT) com> wrote in
news:geKdnUWoRu284u7QnZ2dnUVZ8lCdnZ2d (AT) giganews (DOT) com:
Quote:
Is it viable to use MKdir with a table such that you can use
something like folderprint |
What is "folderprint"?
Quote:
to export a table of
filenames (books with author in the filename for example) and use
mkdir to loop through and create a filename with the authors name
as title? I suppose it should be possible to do this with running
a loop until EOF that steps through the taable, setting path as a
string variable, and adding the current record to it, then using
the MKdir function create a new entry...? |
Yes, but you'd have to check whether the folder already exists. For
empty folders, this is hard with Dir(), so I'd recommend doing it
with the File System Object, which is more capable on all of this.
--
David W. Fenton http://www.dfenton.com/
contact via website only http://www.dfenton.com/DFA/