On Wed, 11 Oct 2006, Jason P Sage wrote:

> I read an old thread about how to make temporary filenames (unique filenames
> is what the topic was about) and I have written a simple unit that sort of
> does this without needing a second to elapse (or millisecond for that
> matter) to pass in order to get the next unique name. I have heard of a
> possible unit or routine that MAY be available to us FPC coders that does
> some sort of GUID algorithm. this would interest me. 

What is the problem with the systutils version of gettempfilename ?
On windows, this reverts to the OS call. On other platforms, an own
implementation is used.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to