Files
harbour-core/contrib/hbwin/tests/sysdir.prg
2013-10-09 20:08:24 +02:00

19 lines
296 B
Plaintext

/*
* Harbour Project source code:
*
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/
#require "hbwin"
#include "simpleio.ch"
PROCEDURE Main()
? ">" + wapi_GetWindowsDirectory() + "<"
? ">" + wapi_GetSystemDirectory() + "<"
RETURN