[fpc-pascal]Temporary file names under GO32
Aitor Santamaria Merino
aitor.sm at wanadoo.es
Sun Nov 25 15:25:28 CET 2001
Has anyone ever written a function to get a temporary unique file name?
DOS has a function:
Int $21, AH=$5A
http://www.ctyme.com/intr/rb-3014.htm
but as I am not acquantied with the FILE records, and where the handle
is stored, I was wondering if someone has ever done this.
Otherwise, I suppose I can always make a function based on current
date/time...
Aitor
More information about the fpc-pascal
mailing list