file

inline fun file(path: String, type: Files.FileType = Internal): FileHandle

Return

FileHandle instance pointing to a file with the selected path and type.

Parameters

path

the path of the requested file.

type

type of the requested file. Defaults to FileType.Internal.