public function get_registry_path() result(registry_path)
Arguments
None
Return Value
character(len=512)
Source Code
function get_registry_path()result(registry_path)character(len=512)::registry_pathcharacter(len=256)::config_dirconfig_dir=get_config_dir()registry_path=join_path(trim(config_dir),'registry.toml')end function get_registry_path