The tech note may not specifically show code for copy, but if you look at the Methods list for the file object, there is a method called FileCopy. If I had to guess, the parameters would be FileToCopyFrom, FileToCopyTo, and possibly an optional boolean to specify whether to fail or overwrite if the destination already exists.
----- Original Message ----- From: "Nathan" <[email protected]> To: [email protected] Sent: Friday, March 5, 2010 4:42:17 AM GMT -05:00 US/Canada Eastern Subject: [nsbasic-ce] Re: Copy Files The third Tech Note doesn't cover Copy, only append, ... :( --- In [email protected] , "rmrsoft" <a...@...> wrote: > > It's all covered in Tech Note 3e > > > --- In [email protected] , "Nathan" <eeepc904@> wrote: > > > > I don't like to be..., but someone can help me? > > > > --- In [email protected] , "Nathan" <eeepc904@> wrote: > > > > > > Hello, > > > I want to know how to copy files with NSBasic/CE 7.0 > > > > > > Best Regards, > > > Nathan Paulino Campos > > > > > > -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
