Skip to contents

Check for nul String in File

Usage

containsNulString(filepath)

Arguments

filepath

full path to file to be checked

Value

TRUE if first two bytes of file are <FF><FE>, else

FALSE