martaFile

Method append()

fun File:append(path: String): File

Append one or more path components separated by ‘/’ to the file path.

Example:

local root = localFileSystem:get("/")
local system = root:append("System")
local systemLibrary = root:append("System/Library")