Seite 1 von 1

SABnzbd+ Manager

Verfasst: 30. Mai 2009, 10:35
von MhaahrENG
Hi,

I'm the one behind SABnzbd+ Manager, which i am currently trying to get working on German and French installations. But.

As I do not have access to a german or french installation, I have a few questions:

Does the folder C:\Documents and settings exist on German installations?
If so, does the folder C:\Documents and settings\Default User\ exist?

If not, what is the folder called where the users are stored?

Sorry, for me speaking english, I'm horrible at german :-)

Re: SABnzbd+ Manager

Verfasst: 30. Mai 2009, 11:03
von Mike Lowrey
Hi,
a translated folder exists yes - in the german version it's called C:\Dokumente und Einstellungen\ there you can find the folder Default User.


But i think it's better to use the environment variable "allusersprofile" for example.
It's same like C:\Documents and settings\AllUsers or C:\Dokumente und Einstellungen\AllUsers.

It's not necessary to excuse yourself for speaking english :-)

Re: SABnzbd+ Manager

Verfasst: 4. Jun 2009, 21:12
von MhaahrENG
The problem is, that I have been unable to find the enviroment variabel for the Default User-folder. I am sure it exists, but it doesn't seem to be documented anywhere...

Re: SABnzbd+ Manager

Verfasst: 4. Jun 2009, 21:31
von Mike Lowrey
Yes i know, but from my point of view it's okay to use the "alluserprofile" variable instead of a non existing variable "defualt user" or not?

Re: SABnzbd+ Manager

Verfasst: 4. Jun 2009, 21:33
von AliG
Hi!

You can also use this .NET code to get the path to the All-Users application data folder:

Code: Alles auswählen

Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData);
More Info: http://msdn.microsoft.com/en-us/library ... rpath.aspx

Best regards,
Alex