glenn
23 Jun 2009, 02:34
Hi,
first I want to apologize that I started a new thread herein. I wanted to start this thread in the 'Tools' forum but - heaven knows why - I'm not allowed to start a new thread there (...).
Ok, just a simple question: I realised that the folder "../My Documents/Flight Simulator X Files" where all the FSX flight plans are located, is named depending on the globalization settings. If your computer is set to German settings, this folder would be named as "../Dokumente/Flight Simulator X Dateien".
In C# I use the static class 'Environment.GetFolderPath(Environment.SpecialFold er.MyDocuments)' to get the first part of the foldername, but how to get the FSX-part?
Is there a way to get the name of this folder programmatically?
Thanks in advance
Glenn
first I want to apologize that I started a new thread herein. I wanted to start this thread in the 'Tools' forum but - heaven knows why - I'm not allowed to start a new thread there (...).
Ok, just a simple question: I realised that the folder "../My Documents/Flight Simulator X Files" where all the FSX flight plans are located, is named depending on the globalization settings. If your computer is set to German settings, this folder would be named as "../Dokumente/Flight Simulator X Dateien".
In C# I use the static class 'Environment.GetFolderPath(Environment.SpecialFold er.MyDocuments)' to get the first part of the foldername, but how to get the FSX-part?
Is there a way to get the name of this folder programmatically?
Thanks in advance
Glenn