osutilsh.inc 790 B

12345678910111213141516171819202122232425262728
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1999-2000 by Michael Van Canneyt
  5. member of the Free Pascal development team
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. { OS handling utilities }
  13. Function GetEnvironmentVariable(Const EnvVar : String) : String;
  14. {
  15. $Log$
  16. Revision 1.2 2001-02-20 22:14:39 peter
  17. * new file
  18. Revision 1.1.2.1 2001/02/20 21:15:14 michael
  19. + Added GetEnvironmentVariable function
  20. }