Hello guys, I need to read and write information in the .dat file. This file has a programming in C language. In it I have variables and logic. I would like to know if there is a way to read this file from a location on my computer, and change the values of a variable. For example.
read
bool position = true
write
bool position = false.
There is a node for this?