Flowchart symbol for file input output
19:18 27 Feb 2024

What flowchart symbol should I use for file input and output? Is it still the same as using Scanner? (The language is Java btw)

I was thinking maybe the usual input and output symbol might work, but I'm worried that there could be something else.

java file-io flowchart