这是Hololens的C#代码:
Application.OpenURL("file://"+ Path.Combine(Application.streamingAssetsPath, "file.pdf"));
这应该使用URL" file://C/Data/.../file.pdf"打开Microsoft Edge。 但运行此代码时应用程序崩溃了。
但它并没有与任何其他HTTP网址崩溃。
如何让Edge知道我想打开本地文件?
答案 0 :(得分:1)
尝试路径:
file:///C:/
不
file://C/