toolkit / com.sas.android.visualanalytics.sdk / FileHandler / list
list
abstract fun list(dir: String): Array<String>
Returns the relative names of the files and directories in the given directory.
Parameters
path -
an absolute directory path.
Exceptions
IOException -
if an I/O error occurs.
Return
a non-null array.