在 Eclipse RCP 中将 IFileStore 转换为 IPath
给定一个 IFileStore
并知道它代表本地文件系统中的一个文件,如何将其转换为 IPath
?
Given an IFileStore
and knowledge that it represents a file in the local file system, how can it be converted to the IPath
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会这样说:
另一个答案可能会起作用,但这里的答案可能更安全。
I would go with this:
The other answer would probably work, but the answer here is likely safer.
试试这个:
您可能需要对我有省略号的路径字符串进行一些字符串操作。
由于您拥有测试台,因此您可以更轻松地确定省略号中包含哪些代码。请随时用您发现的内容更新此答案。
Try this:
You probably have to do some string manipulation on the path string where I have the ellipses.
Since you have the test bed, you can more easily determine what code goes in the ellipses. Feel free to update this answer with what you find.