Jason P Sage wrote:
> I read an old thread about how to make temporary filenames (unique
> filenames
.
.
> My algorithm is platform independent but I know my technique may be
> frowned
> upon by many but it works.
>
> I create a file called something intuitive: counterlockfile.lock
>
> Each call
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
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