rename problem

Zac Elston zelston at aol.com
Mon Sep 23 13:24:01 EDT 2002


 >The rename command looks like this:
 >
 >          rename file CurrentSong to NewName

print the command and see if the names are quoted or have spaces escaped.

if not you will need to make the escape the names in the manner the OS 
requires, ala


touch "test file"

0 Sep 23 14:14 test file

mv "test file" new\ file

0 Sep 23 14:14 new file




More information about the use-livecode mailing list