From: "Bill Todd" Subject: Re: Win API GetSystemDirectory (syntax question) Date: 25 Mar 1999 00:00:00 GMT Message-ID: <7deplf$rti22@forums.borland.com> References: <01be76c6$4e2b1100$8e02010a@agoddard> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: The Database Group, Inc. Newsgroups: borland.public.delphi.database.desktop Try var DirBuff: array[0..1023] of Char; begin GetSystemDirectory(DirBuff, 1024); end; Bill -- Bill Todd - TeamB (TeamB cannot respond to email questions. To contact me for any other reason remove nospam from my address.)