|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #49214] Readline library does not support writing to Windows files with "hidden" attribute |
| Date: | Thu, 29 Sep 2016 17:22:31 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #19, bug #49214 (project octave):
fopen worked fine for me. This was with a Windows XP virtual machine.
Perhaps newer versions of Windows are stricter?
Also, I used
fopen ("filename", "a")
because I thought that was probably how the internals were working.
I just checked with "w" and that does not work.
[fid,msg] = fopen ('filename', 'w')
fid = -1
msg = Permission denied
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49214>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |