CurDir

Returns the current directory/folder

Syntax
	KeyPgDeclareDeclare KeyPgFunctionFunction CurDir ( ) KeyPgAsAs KeyPgStringString

Usage
	result = CurDir

Return Value
	A KeyPgStringString which is set to the name of the current directory/folder.

Description
	Returns the current directory/folder.

Example
	Print CurDir

	output will vary.

Dialect Differences
	* Not available in the CompilerOptlang-lang qb dialect unless referenced with the 
	  alias __Curdir.

Differences from QB
	* New to FreeBASIC

See also
	* KeyPgOpenOpen
	* KeyPgDirDir
	* KeyPgChdirChDir
	* KeyPgMkdirMkDir
	* KeyPgRmdirRmDir

