[Q] Changing Windows File Extensions

Ken Collins kenncoll123 at hotmail.com
Tue Dec 17 17:26:45 UTC 2002


Thanks Andres and Ned. This list rocks :)





>From: "Andreas Raab" <andreas.raab at gmx.de>
>Reply-To: squeak-dev at lists.squeakfoundation.org
>To: <squeak-dev at lists.squeakfoundation.org>
>Subject: RE: [Q] Changing Windows File Extensions
>Date: Tue, 17 Dec 2002 13:39:08 +0100
>
>
>fd := FileDirectory on: 'C:\WINDOWS\Desktop\GoodSqueak\New Folder'
>(fd fileNamesMatching: '*.txt') do:[:fileName|
>	fd rename: fileName toBe: (fileName allButLast: 4),'.doc'.
>].
>
>
> > -----Original Message-----
> > From: squeak-dev-admin at lists.squeakfoundation.org
> > [mailto:squeak-dev-admin at lists.squeakfoundation.org] On
> > Behalf Of Ken Collins
> > Sent: Tuesday, December 17, 2002 7:34 AM
> > To: squeak-dev at lists.squeakfoundation.org
> > Subject: [Q] Changing Windows File Extensions
> >
> >
> > Say I have a directory: 'C:\WINDOWS\Desktop\GoodSqueak\New
> > Folder' which
> > contains 14 .txt files. How can I chance the .txt extensions
> > to .doc in
> > Squeak?
> >
> > Squeak 3.4beta[VI4]latest update: #5138
> >
> > Win98SE
> >
> > TIA,
> >
> > Ken
> >
> > _________________________________________________________________
> > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> > http://join.msn.com/?page=features/virus
> >
> >


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail




More information about the Squeak-dev mailing list