At Tue, 11 Nov 2008 16:34:33 +0100,
Bert Freudenberg wrote:
>
> On 11.11.2008, at 16:28, Oleg Korsak wrote:
>
> > Hello. How can I read data in Squeak from my DVD-R for example? is it
> > possible at all? Thanks
>
>
> Do you mean files on a CD? This would be no different than reading
> files from any other disk, just use the right path name (which of
> course depends on your system).
And perhaps Oleg used #oldFileNamed: or its friends that tries to
open a file for read and write? For a file on DVD-R or such, it
should be opened with #readOnlyFileNamed: and its friends.
-- Yoshiki