Welcome, Chris.
 
Yes, you can copy a file without RevCopyFile. Depending on the file type,  
you can...
 
put url ("file:"&tSourceFilePath) into url ("file:"&tDestPath) -  for text 
files
or
put url ("binfile:"&tSourceFilePath) into url  ("binfile:"&tDestPath) - for 
binary files.
 
If you also have Mac resources in the file, you may also need to copy those  
using the copyResource command, but as I primarily use a PC I'll leave that to 
 someone else to describe!
 
/H


 
Hugh  Senior
The Flexible Learning Company
Web: _www.FlexibleLearning.com_ (http://www.flexiblelearning.com/) 
E: [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) 
T/F:  +44(0)1483.27 87 27
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to