fortplot_file_operations Module



Subroutines

public subroutine create_directory_runtime(path, success)

Arguments

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

public subroutine delete_file_runtime(filename, success)

Arguments

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

public subroutine check_directory_exists(path, exists)

Arguments

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

public subroutine create_single_directory(path, success)

Arguments

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

public subroutine create_directory_recursive(path, success)

Arguments

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