Skip to content

Commit

Permalink
generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Jan 23, 2024
1 parent d993daa commit bcd4280
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/functions/direxists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "direxists function - terraform-provider-local"
subcategory: ""
description: |-
Determines whether a directory exists at a given path.
---

# function: direxists

Given a path string, will return true if the directory exists. This function works only with directories. If used with a regular file, FIFO, or other special mode, it will return an error.



## Signature

<!-- signature generated by tfplugindocs -->
```text
direxists(path string) bool
```

## Arguments

<!-- arguments generated by tfplugindocs -->
1. `path` (String) Relative or absolute path to check for the existence of a directory

0 comments on commit bcd4280

Please sign in to comment.