fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
replace_extension
Function
11 statements
Source File
fortplot_doc_files.f90
fortplot_doc_files
replace_extension
Contents
public pure function replace_extension(filename, new_ext) result(new_filename)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
filename
character(len=*),
intent(in)
::
new_ext
Return Value
character(len=FILENAME_MAX_LEN)