Function: tramp-smb-shell-quote-localname

tramp-smb-shell-quote-localname is a byte-compiled function defined in tramp-smb.el.gz.

Signature

(tramp-smb-shell-quote-localname VEC &optional SHARE)

Documentation

Call tramp-smb-shell-quote-argument on localname of VEC.

SHARE will be passed to the call of tramp-smb-get-localname.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defun tramp-smb-shell-quote-localname (vec &optional share)
  "Call `tramp-smb-shell-quote-argument' on localname of VEC.
SHARE will be passed to the call of `tramp-smb-get-localname'."
  (tramp-smb-shell-quote-argument (tramp-smb-get-localname vec share)))