Re: [fpc-pascal] Temporary Filenames in GO32

2006-10-12 Thread Tomas Hajny
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

Re: [fpc-pascal] Temporary Filenames in GO32

2006-10-12 Thread Michael Van Canneyt
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

[fpc-pascal] Temporary Filenames in GO32

2006-10-12 Thread Jason P Sage
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