![]() |
Module file_handling_class. More...
Go to the source code of this file.
Modules | |
module | file_handling_class |
Provide some basic file-handling routines. | |
Functions/Subroutines | |
integer function, public | file_handling_class::get_next_io_unit () |
Finds the next unused unit number. More... | |
integer function, public | file_handling_class::open_unformatted_outfile (file_name) |
Shorthand for opening a new unformatted file for writing (output file) More... | |
integer function | file_handling_class::open_unformatted_infile (file_name) |
Open an unformatted file for reading. More... | |
integer function, public | file_handling_class::open_outfile (file_name) |
Shorthand for opening a new file for writing (output file) More... | |
integer function, public | file_handling_class::open_infile (file_name) |
Same for reading (input file) More... | |
subroutine, public | file_handling_class::close_io_file (unit_no, file_name) |
Close an external file. More... | |
subroutine, public | file_handling_class::delete_io_file (file_name, raise_error) |
Delete a file. More... | |
Variables | |
integer, parameter, private | file_handling_class::min_unit =10 |
Minimum unit number. More... | |
integer, parameter, private | file_handling_class::max_unit =9999 |
Maximum unit id. More... | |
Module file_handling_class.
The error file code for this file is W18.
Definition in file file_handling_class.f90.