[NEWBIE][Q] How to -

Ned Konz squeak-dev at lists.squeakfoundation.org
Tue Sep 3 14:27:48 UTC 2002


On Tuesday 03 September 2002 06:36 am, Magistrello Alejandro (SFA)=20
wrote:
>
> what's the way to rename a directory?

You ask its parent directory to rename it. For instance, in my Squeak=20
directory I have a subdirectory named 'menuChanges'. If I want to=20
rename it, I can go:

(FileDirectory default) rename: 'menuChanges' toBe: 'xxxxx'.

--=20
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list