Check that file exists: Difference between revisions

m
Adjusted text formatting issues.
(New post using C++17 syntax. An existing post using an external library, boost, was retained.)
m (Adjusted text formatting issues.)
Line 996:
</pre>
"C:/input.txt" exists with a file size of 11 bytes.
 
"C:/zero_length.txt" exists with a file size of 0 bytes.
 
"C:/docs/input2.txt" exists with a file size of 11 bytes.
 
"C:/docs/zero_length2.txt" exists with a file size of 0 bytes.
</pre>
871

edits