That prompt to delete is gone in the latest beta. I noticed that if an ijs
file in ~temp is empty it is deleted without a prompt if it is not empty it
is kept without a prompt. Not bad, but not obvious.

If I'm creating a script that I want to keep I usually save it to a
permanent name outside of ~temp before I even start putting anything in it.
But if I'm just trying things and need an ijs to hold things then I leave
it. Now I have several numbered ijs files in ~temp which I have no idea what
they are. Then in the Release Notes is the sentence, "Menu File|Open creates
and opens a non-existent file name." What does that mean?

On Dec 13, 2007 10:21 AM, Oleg Kobchenko <[EMAIL PROTECTED]> wrote:

> Can we clarify what is "easy way to delete a temporary
> ijs file"? One easy way to just delete any temp files
> is to use a file explorer (or finder) to open the
> temp folder, select and delete the files.
> This gives much more control and would prevent
> destructive action of misunderstanding of whatever
> J menu behavior would be.
>
> As shown in gui/jobs addon, the file explorer can
> be launched as easy as
>
>  require '~system\extras\util\browser.ijs'
>  launch_jbrowser_ jpath'~temp'
>
> Also, from my experience in j601, if open any
> file in ~temp and then close it, there will be
> a prompt to delete it.
>
>
> --- Don Guinn <[EMAIL PROTECTED]> wrote:
>
> > I noticed that if I clear all text from a temporary ijs window that the
> file
> > is deleted. A little awkward, but it works.
> >
> > On Dec 12, 2007 10:02 PM, Fraser Jackson <[EMAIL PROTECTED]>
> wrote:
> >
> > > Chris Burke wrote
> > > > I suggest that a menu File|Delete Temporary Files delete all files
> in
> > > > temp, except those currently open in the session, and any files
> suffixed
> > > > .default in temp\jbreak, except for the current execution. Anything
> more
> > > > fancy than this can be done in explorer.
> > >
> > > Dons suggestion was to 'delete a temporary ijs file'.  That is much
> less
> > > likely to accidental later regrets than deleting all.  Other file
> actions
> > > can be  left either to some simple functions or to explorer as you
> > > suggest.
>
> --- Don Guinn <[EMAIL PROTECTED]> wrote:
>
> > I don't see an easy way to delete a temporary ijs file. Perhaps adding a
> > delete option to the files menu would help.
>
>
>
>
>  
> ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to