pwd

pwd returns path of current working directory.

Working directory can be modified using cd function.

Examples

> cd ('C:\Users\My M folder')
	
	[ans:C:\Users\My M folder]

> pwd#

	C:\Users\My M folder

See also

cd | path | rmpath