Version: v0.8.1 - Beta.  We welcome contributors & feedback.

File.appendPath

$dir.appendPath($relPath) -> $newPath

Description

Append a relative path to the current directory path.

$baseDir = dir'/some/dir'

$textFile = $baseDir.appendPath(file'subdir/data.txt')
//= file'/some/dir/subdir/data.txt'

See Also