在linux chrome apps中显示完整路径而不是〜前缀路径

时间:2014-04-29 10:23:07

标签: linux google-chrome google-chrome-app

我试图在linux上的chrome app中显示所选文件的完整路径。当我调用文件系统getDisplayPath api时,我得到所选文件的路径前缀为〜。例如,我得到〜/ file.txt而不是/home/user/file.txt。有没有办法强制第一种格式。代码片段会很好。提前谢谢。

1 个答案:

答案 0 :(得分:1)

目前,没有办法获得完整的路径。

这是Chrome中的一个开放式增强功能(但在那里没有太多发生):https://code.google.com/p/chromium/issues/detail?id=322952

来源:Getting the full path of a DirectoryEntry