Since 4/14/2012 3:20:00 AM, bourdin.kis has written 1 articles and participated in 0 conversations. bourdin.kis signature: bourdin.kis
bourdin.kis's articles:
Items(1) /1
inquire size of a file6470 (3/17/2010 3:54:17 PM) comp.lang.fortran Hello all,
just a simple question: how to inquire the file size of a given file?
As I heard (from intel support), it should work in ifort like this:
> integer :: n_chars
> inquire (file='foobar', size=n_c... Philippe