File size: Difference between revisions

→‎{{header|OCaml}}: Unix.LargeFile link
(→‎{{header|OCaml}}: fixed link)
(→‎{{header|OCaml}}: Unix.LargeFile link)
Line 877:
Printf.printf "%d\n" (stat "input.txt").st_size ;;
Printf.printf "%d\n" (stat "/input.txt").st_size ;;</lang>
 
The module Unix has also a [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Unix.LargeFile.html LargeFile sub-module].
 
=={{header|Oforth}}==