[GRASS5] Re: [Pkg-grass-general] r.terraflow ?

Glynn Clements glynn at gclements.plus.com
Sun Jun 26 00:17:14 EDT 2005


Brad Douglas wrote:

> I'm working on it.  I need some sleep, so I'll finish it up tomorrow and
> post a patch.
> 
> Oddly, enough, I was just about to post a message about handling /tmp.
> Creating a dir as you stated above answered it.
> 
> While I'm at it, should I create 'char *G_mktemp(int global)' and 'int
> G_rmtemp(char *path)' functions?

The former should be the new G_tempfile(), once G_tempfile() has been
renamed. It doesn't need a parameter; it should determine a unique
name on its own.

The latter is unnecessary; you can just use remove().

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list