isreadable
returns true for a file opened in "w"
mode #5056
Closed
Description
opened on Dec 7, 2013
julia> s = open("/tmp/test.dat", "w")
IOStream(<file /tmp/test.dat>)
julia> isreadable(s)
true
#5053 shows an example where this behavior can lead to a segfault, suggesting that it isn't truly readable.
Metadata
Assignees
Labels
No labels
Activity