get Signature File Path
open fun getSignatureFilePath(@NonNull processUUID: String, @NonNull signatureFileName: String): String
Content copied to clipboard
Gets the path of the signature file.
Return
String : path of the signature file, or null if the process or the signature file are not found.
Parameters
process UUID
String the process uuid.
signature File Name
String the name of the signature file.