Firefox 插件可以创建文件吗
我正在开发一个火狐插件。我想要它做的一部分是当单击按钮时,它将一些输出写入文件。该文件可能不存在,在这种情况下需要创建它。如果该文件存在,则需要将其附加到。这可以通过 Firefox 附加组件实现吗?
I'm working on a firefox plugin. Part of what I want it to do is when a button is clicked, it write some output to a file. The file may not exist, it which case it needs to be created. If the file exists, it needs to be appended to. Is this possible with firefox add-ons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。请参阅:
https://developer.mozilla.org/en/Code_snippets/File_I%2F%2FO
并且:
https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIFile#create%28%29
Of course. See:
https://developer.mozilla.org/en/Code_snippets/File_I%2F%2FO
And:
https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIFile#create%28%29