pathlib_unix Submodule


Uses

  • module~~pathlib_unix~~UsesGraph module~pathlib_unix pathlib_unix module~pathlib pathlib module~pathlib_unix->module~pathlib iso_fortran_env iso_fortran_env module~pathlib->iso_fortran_env

Contents


Module Procedures

module procedure copyfile module function copyfile(source, dest) result(istat)

Arguments

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

Return Value integer

module procedure mkdir module function mkdir(path) result(istat)

create a directory, with parents if needed

Arguments

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

Return Value integer