canonicalPath property
JString?
get
canonicalPath
from: public java.lang.String getCanonicalPath()
The returned object must be released after use, by calling the release method.
Implementation
jni$_.JString? get canonicalPath {
return _get$canonicalPath(
reference.pointer,
_id_get$canonicalPath.pointer,
).object<jni$_.JString?>();
}