I've been changing my apps to be compliant with MS's standard of
writing temp data only to C:\Documents And Settings\[UserName]....
But now I'm converting an app that creates .TXT files and spreadsheets
for the user.
Making them navigate to C:\Documents And Settings\[UserName].... seems
needlessly onerous if I can write those files to their desktop.
So, am I within the rules if I write a persistant/non-temp file that
the user requests to their deskdop?
writing temp data only to C:\Documents And Settings\[UserName]....
But now I'm converting an app that creates .TXT files and spreadsheets
for the user.
Making them navigate to C:\Documents And Settings\[UserName].... seems
needlessly onerous if I can write those files to their desktop.
So, am I within the rules if I write a persistant/non-temp file that
the user requests to their deskdop?
Comment