Function: archive-int-to-mode
archive-int-to-mode is a for
file-modes-number-to-symbolic, defined in files.el.gz.
This function is obsolete since 28.1; use
file-modes-number-to-symbolic instead.
Signature
(archive-int-to-mode MODE &optional FILETYPE)
Documentation
Return a string describing a file's MODE.
For instance, if MODE is #o700, then it produces -rwx------.
FILETYPE if provided should be a character denoting the type of file,
such as ?d for a directory, or ?l for a symbolic link and will override
the leading - char.
Aliases
archive-int-to-mode (obsolete since 28.1)