Re: Is there a Unix /tmp directory. How dissimilar are they.
- From: bill@xxxxxxxxxxx (Bill Gunshannon)
- Date: 1 Aug 2006 17:01:15 GMT
In article <44CF86BA.FC55A952@xxxxxxxxxxxx>,
JF Mezei <jfmezei.spamnot@xxxxxxxxxxxx> writes:
Another aspect:
On VMS, there is the capacity of having "temporary" files. However, it
is not well known. You can specify, when you open a file, that the file
is to be deleted on closing.
Sigh.....
This is hardly unique to VMS. Unix has tmpfile(),
"The tmpfile() function returns a pointer to a stream associated
with a file descriptor returned by the routine mkstemp(3). The
created file is unlinked before tmpfile() returns, causing the
file to be automatically deleted when the last reference to it
is closed. "
It is part of the ISO/IEC 9899:1990 (``ISO C89'') standard. And, it
was even included in the Fortan77 Language Specification.
bill
--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill@xxxxxxxxxxxxxxx | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
.
- Follow-Ups:
- Re: Is there a Unix /tmp directory. How dissimilar are they.
- From: John Santos
- Re: Is there a Unix /tmp directory. How dissimilar are they.
- From: JF Mezei
- Re: Is there a Unix /tmp directory. How dissimilar are they.
- References:
- Is there a Unix /tmp directory. How dissimilar are they.
- From: Chris Lusardi
- Re: Is there a Unix /tmp directory. How dissimilar are they.
- From: Richard B. Gilbert
- Re: Is there a Unix /tmp directory. How dissimilar are they.
- From: Phillip Helbig---remove CLOTHES to reply
- Re: Is there a Unix /tmp directory. How dissimilar are they.
- From: Richard B. Gilbert
- Re: Is there a Unix /tmp directory. How dissimilar are they.
- From: JF Mezei
- Is there a Unix /tmp directory. How dissimilar are they.
- Prev by Date: Re: Any Way to Validate Username & Password from an Application?
- Next by Date: Re: querying Web Services from the command line
- Previous by thread: Re: Is there a Unix /tmp directory. How dissimilar are they.
- Next by thread: Re: Is there a Unix /tmp directory. How dissimilar are they.
- Index(es):
Relevant Pages
|