This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/path.getrelative.md
2021-03-12 22:10:24 +01:00

464 B

The path.getrelative function computes a relative path from one directory to another.

p = path.getrelative("src", "dest")

Parameters

src is the originating directory, dest is the target directory. Both may be specified as absolute or relative to the current working directory. The paths do not need to exist on the file system.

Return Value

A relative path from src to dest.

Availability

Premake 4.0 or later.