Function: tramp-crypt-handle-file-system-info

tramp-crypt-handle-file-system-info is a byte-compiled function defined in tramp-crypt.el.gz.

Signature

(tramp-crypt-handle-file-system-info FILENAME)

Documentation

Like file-system-info for Tramp files.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-crypt.el.gz
(defun tramp-crypt-handle-file-system-info (filename)
  "Like `file-system-info' for Tramp files."
  (let (tramp-crypt-enabled)
    (file-system-info (tramp-crypt-encrypt-file-name filename))))