GlenGodbold
Programmer
Hi everyone!
I'm writing an application which is intended to run directly from a CD, but I need to write one or two temporary files (indexes mainly) to the hard disk.
Given that I'll have no knowledge about potential users setups, how can I reliably find a directory which will have read/write permissions. My tests on standalone PCs have been successful using \windows\temp as the folder to store thefiles, but this fails quite often on NT networks.
Does anyone have any ideas??
Thanks in advance
Glen Godbold
I'm writing an application which is intended to run directly from a CD, but I need to write one or two temporary files (indexes mainly) to the hard disk.
Given that I'll have no knowledge about potential users setups, how can I reliably find a directory which will have read/write permissions. My tests on standalone PCs have been successful using \windows\temp as the folder to store thefiles, but this fails quite often on NT networks.
Does anyone have any ideas??
Thanks in advance
Glen Godbold