[Pharo-project] Why FileSystemHandle has writable flag, but not readable?
Aug. 28, 2012
11:14 p.m.
you know, it can happen that you can open a file for write but not for read. i do not see how i can say "this reference is for write only" -- Best regards, Igor Stasenko.
Aug. 29, 2012
5:38 a.m.
'foo' asFileReference isReadable 'foo' asFileReference isWriteable 'foo' asFileReference permissions On 2012-08-29, at 01:14, Igor Stasenko <siguctua@gmail.com> wrote:
you know, it can happen that you can open a file for write but not for read.
i do not see how i can say "this reference is for write only"
5084
Age (days ago)
5085
Last active (days ago)
1 comments
2 participants
participants (2)
-
Camillo Bruni -
Igor Stasenko