TreeMig Code
Loading...
Searching...
No Matches
FileHandlingModule.f90 File Reference

Go to the source code of this file.

Data Types

type  filehandlingmodule::file
 

Modules

module  filehandlingmodule
 

Functions/Subroutines

subroutine filehandlingmodule::openfiler (thefile, err)
 openFileR

 
subroutine filehandlingmodule::openfilew (thefile, err)
 openFileW
 
subroutine filehandlingmodule::closefile (thefile)
 closeFile

 
subroutine filehandlingmodule::deletefile (thefile)
 deleteFile

 
subroutine filehandlingmodule::extractword (thefile, n, word, rest, err)
 extractWord

 
subroutine filehandlingmodule::extractandcountwords (thefile, nwords, words, rest, err)
 ExtractAndCountWords

 

Variables

character(2) filehandlingmodule::relativepathletter = ".\"
 
character(1) filehandlingmodule::pathletter = "\"
 
character(len=3), parameter filehandlingmodule::format_integer = "I15"
 
character(len=5), parameter filehandlingmodule::format_real = "F18.6"
 
character(len=2), parameter filehandlingmodule::format_logical = "L1"
 
character(len=1), parameter filehandlingmodule::format_character = "A"