Dave wrote:
Oh, and BEWARE!!!

If you have two files:

/FolderA/FolderB/FolderC/FileX.xxx
/FolderA/FolderB/FolderC/FileY.xxx


rename /FolderA/FolderB/FolderC/FileX.xxx to /FolderA/FolderB/FolderC/FileY.xxx

You will end up with one file called FileY.xxx! IOW, if the file exists in the destination path it will quite happily OVERWRITE it!

Brace yourself, because the "url" syntax will do the same thing:

  put myData into url ("file:"&tURL)

If the file already exists, it is overwritten. Hopefully this will save you some frustration.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to