Readalltext
File.readAllText(filename)
Parameters
| filename | Path of file to read. |
Returns
All text contained within the file as a string.Description
Reads and returns all the text contained with the file at filename as a string.
EZ-B Settings
— Configures and pushes WiFi SSID, password, system name and channel to EZ-Robot EZ-B v4 from ARC; saves settings with project for quick redeploy.
Try it →
File.readAllText(filename)
| filename | Path of file to read. |
Reads and returns all the text contained with the file at filename as a string.