Whats a safe directory that will allow even a process running under a guest account to write files to?
Whats a safe directory that will allow even a process running under a guest account to write files to?
You could try to use the temp directory. This path is usually set in the env var TEMP or TMP.
Viggy