在 C++ 中将文件 URL 转换为 BOOST 文件系统路径的最佳方法是什么?
我正在编写一个以文件名作为输入的库。我试图包含的一项功能是允许用户传入文件 URL 或文件路径,因为有时输入是通过解析 XML 生成的,有时则不是。我正在使用 boost 文件系统来操作路径,并且想知道将文件 URL 转换为 boost 文件系统路径对象的最佳方法是什么。
I'm writing a library that has filenames as inputs. One feature that I'm trying to include is to allow the user to pass in file URLs or file paths, because sometimes the input is generated from parsing XML, other time it's not. I'm using the boost filesystem to manipulate the path, and is wondering what is the best way to convert a file URL to a boost filesystem path object.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论