Method System.resolvepath()
- Method resolvepath
string resolvepath(string path)
- Description
Resolve all symbolic links of a pathname.
This function resolves all symbolic links, extra ``/'' characters and references to /./ and /../ in pathname, and returns the resulting absolute path, or 0 (zero) if an error occurs.
- Note
This function is not available on all platforms.
- See also