From professional translators, enterprises, web pages and freely available translation repositories.
link path
連結路徑
Last Update: 2006-09-06
Usage Frequency: 1
Quality:
readlink() does the same as the readlink c function and returns the contents of the symbolic link path or 0 in case of error.
readlink() does the same as the readlink c function and returns the contents of the symbolic link path or 0 in case of error.
the resulting path will have no symbolic link, '/. /' or '/.. /' components.
realpath() expands all symbolic links and resolves references to '/./', '/../' and extra '/' characters in the input path and return the canonicalized absolute pathname. the resulting path will have no symbolic link, '/./' or '/../' components.