Say I'd like to read a line from a file.
What directory is checked for said file?
SatCom claims it's "files/" directory. Where is that exactly?
Can I access a specific line within that file?
Code:
file.open(filename, mode);
s = file.readln();
SatCom claims it's "files/" directory. Where is that exactly?
Can I access a specific line within that file?