inline fun file(path: String, type: Files.FileType = Internal): FileHandle Return
FileHandle instance pointing to a file with the selected path and type.
Parameters
the path of the requested file.
type of the requested file. Defaults to FileType.Internal.