Moving a File
Dave
dave at looktowindward.com
Tue Mar 6 10:13:06 EST 2007
Hi,
One thing to note here is that:
rename "/FolderA/FolderB/FolderC/FileX.xxx" to "FolderA/FolderB/
FolderX/"
Does not work!
In order to make this work you have to use:
rename "/FolderA/FolderB/FolderC/FileX.xxx" to "FolderA/FolderB/
FolderX/FileX.xxx"
All the Best
Dave
On 5 Mar 2007, at 15:13, Klaus Major wrote:
> Hi Dave,
>
>> Hi,
>>
>> Sorry, my mailer is playing up, I lost quite a few emails over the
>> weekend.
>>
>> Thanks a lot for that. Just didn't think of looking at the rename
>> command. The documentation really is all over the place. If you
>> look up revMoveFolder, revCopyFile or revCopyFolder is doesn't say
>> to "also look at" rename, but if you look up "rename" is does say
>> to "also look at" revCopyFile etc.
>
> in the older days we did not even have "revMoveFolder",
> "revCopyFile" nor "revWhatEver"! ;-)
>
>> Thanks again
>> All the Best
>> Dave
>
> Regards
>
> Klaus Major
> klaus at major-k.de
> http://www.major-k.de
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list