.. GetCWD

.. default - domain::js

.. include:: /includes/standard.rst

===============
GetCWD (Kernel)
===============

.. function:: GetCWD(buffer)

	
	Retrieves current directory and stores it in buffer.
	
	:param string buffer: Buffer in which to write the current directory path.
	:returns: A pointer to buffer.


