Function: org-babel-local-file-name
org-babel-local-file-name is a for file-local-name,
defined in files.el.gz.
Signature
(org-babel-local-file-name FILE)
Documentation
Return the local name component of FILE.
This function removes from FILE the specification of the remote host
and the method of accessing the host, leaving only the part that
identifies FILE locally on the remote system.
The returned file name can be used directly as argument of
process-file, start-file-process, or shell-command.