Function: tramp-sshfs-handle-file-writable-p
tramp-sshfs-handle-file-writable-p is a byte-compiled function defined
in tramp-sshfs.el.gz.
Signature
(tramp-sshfs-handle-file-writable-p FILENAME)
Documentation
Like file-writable-p for Tramp files.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sshfs.el.gz
(defun tramp-sshfs-handle-file-writable-p (filename)
"Like `file-writable-p' for Tramp files."
(file-writable-p (tramp-fuse-local-file-name filename)))