Ultrasonic Collision Detection icon Ultrasonic Collision Detection Stops robot movement (no steering) when an EZB-connected ultrasonic sensor detects an object within a set range; integrates with scripting and paused polling. Try it →
 

Isreadend

File.isReadEnd(filename)

Parameters

filename Path of file to check if at end.

Returns

True if the read position of the file is as at the end of the file. False otherwise.

Description

Checks if the read position of the file at filename is at the end of the file.