getname(3f) - [M_io:QUERY] get name of the current executable (LICENSE:PD)
Synopsis
Description
Examples
Author
License
function getname() result(name)
character(len=:),allocatable :: getname
getname(3f) returns the name of the current executable using get_command_argument(3f) and inquire(3f).
Sample getting a pathname of current executable:
program demo_getname use M_io, only : getname implicit none write(*,(*(a)))Running ,getname() end program demo_getname
John S. Urban
Public Domain
Nemo Release 3.1 | getname (3) | February 23, 2025 |