listRoots static method

JArray<File?>? listRoots()

from: static public java.io.File[] listRoots() The returned object must be released after use, by calling the release method.

Implementation

static jni$_.JArray<File?>? listRoots() {
  return _listRoots(
    _class.reference.pointer,
    _id_listRoots.pointer,
  ).object<jni$_.JArray<File?>?>();
}