octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65543] is_valid_file_id false for tmpfile()


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #65543] is_valid_file_id false for tmpfile()
Date: Sun, 31 Mar 2024 15:52:37 -0400 (EDT)

Follow-up Comment #1, bug #65543 (group octave):

Octave 6.4 is old. 
The command seems to work fine in current octave


octave:3> fid = tmpfile()
fid = 19
octave:4> is_valid_file_id (fid)
ans = 1
octave:5> freport 

  number  mode  arch       name
  ------  ----  ----       ----
     0     r    ieee-le    stdin
     1     w    ieee-le    stdout
     2     w    ieee-le    stderr
    19     w+b  ieee-le    /tmp/oct-205guf



Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65543>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]