file Interface

public interface file

Contents


Module Procedures

private function init_file(filename, mode)

File constructs a File object.

Read more…

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: filename
character(len=*), intent(in), optional :: mode

Return Value type(file)