Ver Mensaje Individual
  #3  
Antiguo 26-06-2008
Avatar de seoane
[seoane] seoane is offline
Miembro Premium
 
Registrado: feb 2004
Ubicación: A Coruña, España
Posts: 3.717
Reputación: 24
seoane Va por buen camino
Una forma sencilla de hacerlo:
Código Delphi [-]
var
  Str: String;
begin
  Str:= GetEnvironmentVariable('Programfiles');
end;
Responder Con Cita