getwd

getwd()

Get the current working directory

Returns

Name Type Description
str string with the current working directory

Examples

>>> from rlike import *
>>> x = getwd()