Moving a File
Andre Garzia
soapdog at mac.com
Tue Mar 6 10:47:36 EST 2007
Dave,
in unix, moving a file is the same thing as renaming... ;-)
Cheers
andre
On Mar 6, 2007, at 12:39 PM, Dave wrote:
> True, but I'm NOT renaming the file at all!!! It's name stays the
> same! So it kinda don't make sense in the first place!!
>
> All the Best
> Dave
>
> On 6 Mar 2007, at 15:26, Ian Wood wrote:
>
>> Which makes sense, otherwise you'd be renaming the file as a
>> folder... ;-)
>>
>> Ian
>>
>> On 6 Mar 2007, at 15:13, Dave wrote:
>>
>>> 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
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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