* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
PROCEDURE Main()
|
|
|
|
? CurDir()
|
|
? CurDir( "C" )
|
|
? CurDir( "C:" )
|
|
? CurDir( "D:" )
|
|
? CurDir( "A" )
|
|
|
|
RETURN
|