Rename a folder

Rename a folder

am 22.10.2007 03:10:53 von Bob Darlington

I know that I can rename a file using:
Name OldFileName as NewFileName
but is there a way to rename a folder?

--
Bob Darlington
Brisbane

Re: Rename a folder

am 22.10.2007 04:39:52 von rkc

Bob Darlington wrote:
> I know that I can rename a file using:
> Name OldFileName as NewFileName
> but is there a way to rename a folder?
>

Yes. The same way.
Don't forget to include the full path if you
want to be sure where it ends up.

Re: Rename a folder

am 22.10.2007 08:55:41 von Bob Darlington

Thanks for that. I'd forgotten to run a MKDIR first.

--
Bob Darlington
Brisbane
"rkc" wrote in message
news:471c0d7d$0$28824$4c368faf@roadrunner.com...
> Bob Darlington wrote:
>> I know that I can rename a file using:
>> Name OldFileName as NewFileName
>> but is there a way to rename a folder?
>>
>
> Yes. The same way.
> Don't forget to include the full path if you
> want to be sure where it ends up.