Function: tramp-get-file-exists-command

tramp-get-file-exists-command is a byte-compiled function defined in tramp-sh.el.gz.

Signature

(tramp-get-file-exists-command VEC)

Documentation

Determine remote command for file existing check.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defun tramp-get-file-exists-command (vec)
  "Determine remote command for file existing check."
  (with-tramp-connection-property vec "file-exists"
    (tramp-message vec 5 "Finding command to check if file exists")
    (tramp-find-file-exists-command vec)))