fortplot_system_commands Module



Subroutines

public subroutine open_with_default_app_runtime(filename, success)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
logical, intent(out) :: success

public subroutine use_system_mkdir_ci(path, success)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path
logical, intent(out) :: success

public subroutine try_system_mkdir(path, success)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path
logical, intent(out) :: success

public subroutine check_command_available_runtime(command_name, available)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: command_name
logical, intent(out) :: available