Sorry Jacque, my mistake on this one. For some reason I had bogued the newName global. 
I added .mpg instead of .mp3  to the file name and that was why it lost the tag info. 
When I corrected the global, the tag info remained. I confirmed this by changing 
newName _back_ to .mpg and the tag info was deleted again. So there seems to be no 
problem with the rename function itself, just with my poor eyesight (notice the slight 
similarity between 3 and g).

Apologies for the confusion, but many thanks for the help!

joe.

Jacque said:

> Try something like:
> 
>    put url "binfile:myOldFile.mp3" into url "binfile:theNewName.mp3"
>    delete file "myOldFile.mp3"
> 
> Presumably this would preserve the entire content of the file, including 
> the tags.
> 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to