is_safe_path Function

public function is_safe_path(path) result(safe)

Check if path is safe (no shell injection attempts)

Arguments

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

Return Value logical