> You should try;
>
> TCHAR szPath[MAX_PATH];
> GetInstallationDirectory(szPath, sizeof(szPath));
> StrNCat(szPath, _T("DQSDLaunch.html"), lengthof(szPath) -
> _tcslen(szPath) - 1);
>
> Note, however, that this goes against the idea that we shouldn't write to
> the install directory, for security reasons. There's no telling whether
the
> ACL on %DQSD_INSTALL% allows writing.
>
> This info should really go in the user profile's temp directory (%TMP%, I
> believe).
>
Why is that? The history.txt and calcmem.txt files get written to the
install directory.  Why not put the DQSDLaunch.html file there as well?   I
just need to put it anywhere other than the temp directory, or skip the
initial writing of an empty one on startup.  Is this a change that could be
made?

Monty



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to