Skip to content

file.child

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Combine a parent path and child name into a single path

Parameters

Parameter Default Value Note
parentPath
childName

Return value

Condition Return Value
(always) number

Notes

Example

import "file"
p = file.child("/home/user", "docs")
print p   // "/home/user/docs"

Clone this wiki locally