Integrated Application Platform › Forums › General › Read a file from where I left off › Reply To: Read a file from where I left off
June 3, 2019 at 8:31 am
#1464
Participant
file.Readline/Read returns the next line/bytes from a file, so it should keep the current position by default.