![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYshtk_import fs SYNOPSIS
DESCRIPTIONThe This process involves the following:
Note that the normalization happens without performing any file system operations. Therefore, it is perfectly possible for two normalized paths that look different to point to the same file system entry. In particular, this is because normalization does not take into account links nor .. components. RETURN VALUES
EXAMPLESshtk_fs_normalize_path /foo/bar # Prints /foo/bar shtk_fs_normalize_path foo/bar # Prints ./foo/bar shtk_fs_normalize_path foo///bar/./baz// # Prints ./foo/bar/baz SEE ALSOHISTORY
|