Go to the source code of this file.
Data Types | |
interface | system_routines::isDirectory_C |
interface | system_routines::getCurrentWorkDir_C |
interface | system_routines::getHostName_C |
interface | system_routines::chdir_C |
interface | system_routines::signalterm_C |
interface | system_routines::signalusr1_C |
interface | system_routines::signalusr2_C |
Modules | |
module | system_routines |
provides wrappers to C routines | |
Functions/Subroutines | |
logical function, public | system_routines::isdirectory (path) |
figures out if a given path is a directory (and not an ordinary file) More... | |
character(len=:) function, allocatable, public | system_routines::getcwd () |
gets the current working directory More... | |
character(len=:) function, allocatable, public | system_routines::gethostname () |
gets the current host name More... | |
logical function, public | system_routines::setcwd (path) |
changes the current working directory More... | |