* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
14 lines
137 B
Plaintext
14 lines
137 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
PROCEDURE Main()
|
|
|
|
? CurDir()
|
|
? CurDir( "C" )
|
|
? CurDir( "C:" )
|
|
? CurDir( "D:" )
|
|
? CurDir( "A" )
|
|
|
|
RETURN
|