octave-maintainers
[Top][All Lists]
Advanced

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

Re: Writing 'help' functions as m-files


From: Søren Hauberg
Subject: Re: Writing 'help' functions as m-files
Date: Thu, 12 Feb 2009 08:56:45 +0100

With a recent checkout I see that the bottom of 'makeinfo.m' says

    unwind_protect_cleanup
  #    if (exist (name, "file"))
  #      delete (name);
  #    endif
    end_unwind_protect

Why has the deletion of the temporary file 'name' been removed? The
result is that temporary files are written to the current directory, but
never removed.

Soren



reply via email to

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