This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: unique filename


At 10:18 AM 1/24/2001, klaus.berndl@sdm.de wrote:
>What is the normal way with Unix-systems to create a unique filename?
>
>Thanx,
>Klaus


Programmatically or from the shell prompt?  mktemp, which was just announced
on this list, from Chuck Wilson's "misc" package should do this for you at
the shell prompt.  mktemp() does this programmatically.  BTW, this isn't
really a Cygwin question so you might want to follow-up on some mail list
discussing C library calls if you have further issues.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]