[squeak-dev] CD/DVD access

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] CD/DVD access

Oleg Korsak
Hello. How can I read data in Squeak from my DVD-R for example? is it
possible at all? Thanks




signature.asc (268 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] CD/DVD access

Bert Freudenberg
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).

- Bert -


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] CD/DVD access

Yoshiki Ohshima-2
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