util::archive_has_symlinks (private)
util::archive_has_symlinks -archive archive
Defined in packages/acs-tcl/tcl/utilities-procs.tcl
Return 1 if the archive contains symbolic link entries, 0 otherwise. Uses bsdtar when available (works for zip and tar), otherwise falls back to: - zipinfo for zip-like archives - tar for tar archives Errors if no suitable inspection tool is available.
- Switches:
- -archive (required)
- Testcases:
- No testcase defined.