C++ 中 rename() 和 remove() 的替代方法

发布于 2024-10-14 07:22:10 字数 105 浏览 1 评论 0原文

我正在尝试为我的 winCE 设备实现相同的文件重命名()和删除()功能。 但我猜这些功能在wince中不存在。因为它存在于 C++ 的 cstdio 标头中。

请建议我替代方案。

I am trying to implement same functionality for File rename() and remove() for my winCE device.
but i guess the these function are not there in wince. as its there in cstdio header for C++.

Please suggest me the alternate for this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

茶底世界 2024-10-21 07:22:10

#include 包含 std::remove() 和 std::rename()。

#include <fstream> contains std::remove() and std::rename().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文