TestDirectoryExists
Checks if a given directory is present.
Syntax
C++
Python
def TestDirectoryExists( inDirectory: str, / ) -> outExists: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inDirectory | str | ||
![]() |
outExists | bool |
Checks if a given directory is present.
def TestDirectoryExists( inDirectory: str, / ) -> outExists: bool
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inDirectory | str | ||
![]() |
outExists | bool |