toolkit / com.sas.android.visualanalytics.sdk / FileHandler / mkfile
mkfile
abstract fun mkfile(path: String): Unit
Creates a file at the given path, creating any intermediate directories as necessary.
Parameters
path -
a fully qualified file path.
Exceptions
IOException -
if an I/O error occurs.