martaFileSystem

Method get()

fun FileSystem:get(path: String): File

Get the file for a given absolute path.

Notes:

  1. path should not end with a trailing slash (/).
  2. This function does not check file existence. You might want to check File.exists() later.