TestDirectoryExists


Checks if a given directory is present.

Syntax

C++
Python
 
def TestDirectoryExists(
	inDirectory: str,
	/
)
-> outExists: bool

Parameters

Name Type Default Description
Input value inDirectory str
Output value outExists bool