I've read several reports that Vista doesn't allow programs to write to anywhere but My Documents (and please correct me if I'm wrong).
Given this, what would be best practices for a program that 1) will be creating/writing to/reading from multiple files (probably text files) during runtime and 2) you want to be cross-platform?
Will it require having the program check the OS and choose between a Vista-specific routine (that would only write to My Documents) and a general routine (for all other OS's)?
Thanks,
JJ
Given this, what would be best practices for a program that 1) will be creating/writing to/reading from multiple files (probably text files) during runtime and 2) you want to be cross-platform?
Will it require having the program check the OS and choose between a Vista-specific routine (that would only write to My Documents) and a general routine (for all other OS's)?
Thanks,
JJ