Help with loading files and access write

Ned Konz squeak-dev at lists.squeakfoundation.org
Sun Sep 8 17:05:43 UTC 2002


On Sunday 08 September 2002 09:56 am, Stephane Ducasse wrote:
> When I execute the following
> (FileStream oldFileNamed: 'MW-32a-4599.3.cs') fileIntoNewChangeSet.
> I got an error when the file is readonly when the file is read
> write everything works well.
>
> Is there a way not to get this problem?

Does it work with

(FileStream readOnlyFileNamed: 'MW-32a-4599.3.cs')=20
fileIntoNewChangeSet.

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




More information about the Squeak-dev mailing list