File operations for documentation generation
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
dir |
|
character(len=*),
|
intent(in) |
|
|
:: |
filename |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
filename |
|
Return Value
character(len=10)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
filename |
|
character(len=*),
|
intent(in) |
|
|
:: |
new_ext |
|
Return Value
character(len=FILENAME_MAX_LEN)
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
dir |
|
character(len=*),
|
intent(in) |
|
|
:: |
filename |
|
character(len=PATH_MAX_LEN),
|
intent(out) |
|
|
:: |
full_path |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
source_file |
|
integer,
|
intent(in) |
|
|
:: |
target_unit |
|