* contrib/hbwin/wapi_winbase.c
* contrib/hbwin/hbwin.hbx
+ contrib/hbwin/tests/testdir.prg
+ WAPI_GETWINDOWSDIRECTORY() -> <cDir>
+ WAPI_GETSYSTEMDIRECTORY() -> <cDir>
21 lines
297 B
Plaintext
21 lines
297 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
*
|
|
* Copyright 2011 Viktor Szakats (harbour.01 syenar.hu)
|
|
* www - http://harbour-project.org
|
|
*
|
|
*/
|
|
|
|
#include "simpleio.ch"
|
|
|
|
PROCEDURE Main()
|
|
|
|
? ">" + wapi_GetWindowsDirectory() + "<"
|
|
? ">" + wapi_GetSystemDirectory() + "<"
|
|
|
|
RETURN
|