Autor Beitrag
JayK
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1013



BeitragVerfasst: Sa 31.12.05 19:52 
Hallo,

ich möchte in meinem Prog die Anwendungsdatenordner (den vom Benutzer und den für alle Benutzer) ermitteln. Wie geht das?
Mit Environment.SpecialFolder.ApplicationData.ToString() macht VC# mir Witze wie Programmverzeichnis\ApplicationData :roll:

Grüße
JayK
raziel
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 2453

Arch Linux
JS (WebStorm), C#, C++/CLI, C++ (VS2013)
BeitragVerfasst: So 01.01.06 21:00 
Glasklar, da fehlt ja auch noch ein Environment.GetFolderPath(); drumrum:
ausblenden C#-Quelltext
1:
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);					


Gruß,
raziel

_________________
JSXGraph
JayK Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1013



BeitragVerfasst: Mo 02.01.06 00:09 
Immer gut zu wissen nicht wahr? ^^
Danke vielmals :D