Autor Beitrag
Burgpflanze
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 67

Windows2000 Prof. SP4
Delphi7 Enterprise
BeitragVerfasst: Mo 16.09.02 13:26 
Ich wollte mit diesen Funktionen das Home-Verzeichnis heraus bekommen,
ausblenden Quelltext
1:
Path := Libc.GetEnv('$HOME');					

oder
ausblenden Quelltext
1:
Path := GetEnvironmentVariable('$HOME');					


Doch beide Funktionen ergeben: Path = '/' , obwohl ich als normaler Benutzer angemeldet bin.

Wie kann ich also nun das jeweilige Home-Verzeichnis in Erfahrung bringen?

Gruss, Burgpflanze

_________________
Gruss, Burgpflanze
Burgpflanze Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 67

Windows2000 Prof. SP4
Delphi7 Enterprise
BeitragVerfasst: Mi 18.09.02 16:07 
Fehler gefunden - lag an mir :oops:

Muss natürlich das '$'-Zeichen weglassen :wink:



Gruss, Burgpflanze

_________________
Gruss, Burgpflanze