logical mod_utility::u_is_exist_file ( character*(*),intent(in)  filename  ) 

function u_is_exist_file(filename) result(res)

test file existence

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
filename : name of file
Date:
27th of March, 2011
Remarks:
Returns:
boolean value (.true. if the file exist, .false. otherwise)

Definition at line 33 of file utility.f90.

 All Classes Namespaces Files Functions Variables Defines