Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns the canonical absolute path of a filename.
ok, err = os.realpath(path)
This functions calls realpath() on Posix systems and _fullpath on Windows.
path is the path to be converted.
path
If successful, returns the canonical absolute path. On error, returns nil and an error message.
Premake 5.0 or later.