[fpc-pascal] Help collecting GetAppConfigDir output

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue Oct 6 18:47:39 CEST 2009


Hello,

I am trying to collect the output of GetAppConfigDir/File from various
systems, but I don't have easy access to a Windows Vista computer.
Maybe someone would be kind enough to run the following trivial
application in Windows Vista and return the output =)

thanks in advance,

program project1;

{$mode objfpc}{$H+}

uses
  SysUtils;

begin
  WriteLn(GetAppConfigDir(True));
  WriteLn(GetAppConfigDir(False));
  WriteLn(GetAppConfigFile(True));
  WriteLn(GetAppConfigFile(False));
end.


-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list