help-octave
[Top][All Lists]
Advanced

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

name of file created by tmpfile()


From: Aditya Bhagwat
Subject: name of file created by tmpfile()
Date: Fri, 23 Oct 2009 16:34:18 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Dear all,

Consider following code:

   [fid,msg] = tmpfile()
   fprintf(fid, "hello");

Is there any way of finding out the name of the file to which "hello" has been written? I do know the file identifier (stored in fid), but don't know the file name.

Regards and many thanks for your help,

Aditya


reply via email to

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