TestFileEmpty


Checks if the size of the file is equal to zero.

Syntax

C++
Python
 
def TestFileEmpty(
	inFile: str,
	/
)
-> outEmpty: bool

Parameters

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