TestDirectoryEmpty


Checks if a given directory is empty.

Syntax

C++
Python
 
def TestDirectoryEmpty(
	inDirectory: str,
	/
)
-> outEmpty: bool

Parameters

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