Function: tramp-archive-handle-file-attributes

tramp-archive-handle-file-attributes is a byte-compiled function defined in tramp-archive.el.gz.

Signature

(tramp-archive-handle-file-attributes FILENAME &optional ID-FORMAT)

Documentation

Like file-attributes for file archives.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-archive.el.gz
(defun tramp-archive-handle-file-attributes (filename &optional id-format)
  "Like `file-attributes' for file archives."
  (file-attributes (tramp-archive-gvfs-file-name filename) id-format))