获取Mac终端上文件的完整网络路径

时间:2011-10-25 22:36:33

标签: macos networking terminal applescript

我正在尝试获取网络文件页面,例如smb://server.local/tech/file.pdf

您可以在文件“获取信息”窗口中看到此信息,但我看不到使用命令行(甚至是Applescript)获取此信息的方法。

修改 我目前有这个:

on open filePath
    set filePath to POSIX path of filePath
    set the clipboard to filePath as text
end open

但它只复制了已安装的路径,而不是smb:// path。

1 个答案:

答案 0 :(得分:1)

Automator会这样做。

  
      
  • 询问服务器
  •   
  • 复制到剪贴板
  •   

Full Network Path

Download it here.