dm_path Module

File system path utility routines.


Used by

  • module~~dm_path~~UsedByGraph module~dm_path dm_path module~dmpack dmpack module~dmpack->module~dm_path

Functions

public function dm_path_parsed(path) result(parsed)

Returns a parsed path, or an empty string. The following format descriptors are allowed:

Read more…

Arguments

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

Input path.

Return Value character(len=:), allocatable

Output path.