# wkdir

`{{ wkdir() }}` allows you to access the current project directory as a string. This is a less powerful alternative to `{{ Path(__file__) }}`.

```yaml
# profile.yml

default_profile:
  adapters:
    bigquery_profile_example:
      creds: "{{ wkdir() }}"

```
