expanduser Function

public function expanduser(indir)

resolve home directory as Fortran does not understand tilde works for Linux, Mac, Windows, etc. nothing to expand could not determine the home directory ~ or ~/ ~/...

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: indir

Return Value character(len=:), allocatable


Calls

proc~~expanduser~~CallsGraph proc~expanduser expanduser proc~home home proc~expanduser->proc~home

Called by

proc~~expanduser~~CalledByGraph proc~expanduser expanduser proc~read_configfile read_configfile proc~read_configfile->proc~expanduser interface~read_configfile read_configfile interface~read_configfile->proc~read_configfile program~magcalc MagCalc program~magcalc->interface~read_configfile program~gemini3d Gemini3D program~gemini3d->interface~read_configfile

Contents

None