Re: Where is the Missing Link?.
Re: Where is the Missing Link?.
- Subject: Re: Where is the Missing Link?.
- From: Paul Skinner <email@hidden>
- Date: Tue, 25 Sep 2001 12:20:18 -0400
I included an error in my previous post.
the line
write ((everyFolder of theData as text) & everyFile of theData as text)
to target --as text
should have been
write ((everyFolder of theData as text) & return & everyFile of theData
as text) to target
my apologies,
--
Paul Skinner