Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 744 Bytes

paths.md

File metadata and controls

27 lines (15 loc) · 744 Bytes

Public API

relative_file

relative_file(to_file, frm_file)

Resolves a relative path between two files, "to_file" and "frm_file", they must share the same root

PARAMETERS

Name Description Default Value
to_file the path with file name to resolve to, from frm none
frm_file the path with file name to resolve from none

RETURNS

The relative path from frm_file to to_file, including the file name