Sadly, we forgot a few BabyFinder commands in our first article about it. BabyFinder also has some file handling tools used to open, read, get and set the file position, and write. However writing seems to only write junk instead of useful data. We’ll check more into that later.
But for those of you who are currently exploring EJFM, you won’t want to forget these additional unlisted commands.
open
- Open a file
getpos
- Get file position
pos
- Set file position
eof
- Get position of EOF
read
- Read bytes from file
write
- Write bytes to file
trunc
- Truncate a file. To the current position, perhaps?
close
- Close the open file





Recent Comments