fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
validate_file_path
Function
53 statements
Source File
fortplot_validation_core.f90
fortplot_validation_core
validate_file_path
Contents
public function validate_file_path(file_path, check_parent, context) result(validation)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
file_path
logical,
intent(in),
optional
::
check_parent
character(len=*),
intent(in),
optional
::
context
Return Value
type(
parameter_validation_result_t
)