Usualy, to put some file to local directory on different devices (for example to mydocuments on some phone) we can get this directory using something like environment.getfolderpath(environment.specialfolder.mydocuments)
. But if I am right, this wouldn't work in windows-universal application (may be because of x-box), enviroment got only .GetEnviromentVariable(s)
.
So the question is - how can we get a path to some local directory on any windows-device (folders like mydocuments, applicationdata or the same, not temp or current directory or app-folder)?