Hi People!
Me again! I have a script setup that copies files from the cd to a
defined directory using buddyAPI. Is it possible to assign a variable
to the destination directory, so instead of using a path like
c:/windows/blah
I can just use the following in the below script:
set OK = baXCopy( the moviePath& "boo", "mike", "*.*", "Always",
true )
my current code is:
on startmovie me
thomas = baSysFolder("prefs")
set OK = baCreateFolder(thomas &"boo")
set OK = baXCopy( the
moviePath& "boo", "C:/windows/boo/","*.*", "Always", true )
end
Cheers,
Dan ;)
--
Spinningaweb:- Inspiration Through Expression
Web: http://www.spinningaweb.co.uk
Tel: (+44) 07974977627
Fax: (+44) 08717333988
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]