Returns the path of this file referenced from another url or path.
new steal.File('a/b.c').joinFrom('/d/e')//-> /d/e/a/b.c
steal.file.joinFrom(url, expand) -> String
{String}
{Boolean}
if the path should be expanded
Returns the path of this file referenced from another url or path.