Opened 18 years ago
Closed 17 years ago
#1 closed defect (fixed)
Checking of write permissions to files in FileIO does not work
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | yat 0.2 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
A call like FileIO().access_rights("filename","w") will complain about non-existing file filename.
Change History (6)
comment:1 Changed 18 years ago by
Milestone: | → later |
---|
comment:2 Changed 17 years ago by
Milestone: | later → 0.2 |
---|
comment:3 Changed 17 years ago by
Status: | new → assigned |
---|
comment:4 Changed 17 years ago by
comment:5 Changed 17 years ago by
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [709]) Addresses #1 and #80. Issues fixed, but bogus params to functions exists. cleanup needed.