* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
11 lines
122 B
Plaintext
11 lines
122 B
Plaintext
|
|
PROCEDURE Main()
|
|
|
|
? CurDir()
|
|
? CurDir( "C" )
|
|
? CurDir( "C:" )
|
|
? CurDir( "D:" )
|
|
? CurDir( "A" )
|
|
|
|
RETURN
|