Method System.resolvepath()
- Method
resolvepath
string(8bit)resolvepath(string(8bit)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