创建一定大小的文件

发布于 2024-11-05 05:38:16 字数 63 浏览 0 评论 0原文

每当我使用 CreateFile() 创建文件时,是否有任何方法可以创建所需大小的文件。

谢谢。

Is there any method to create a file of desired size whenever I create a file using CreateFile().

Thanks.

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

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

发布评论

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

评论(3

眼眸印温柔 2024-11-12 05:38:16

SetEndOfFile 可用于扩展或截断文件。

SetEndOfFile can be used to extend or truncate a file.

腻橙味 2024-11-12 05:38:16

我认为(如果你坐在 *nix 盒子前面)你可以使用默认的 low-lewel write() / fsync() API。

问候,
德利

I think (in case you are sitting in front of a *nix box) you can handle this with the default low-lewel write() / fsync() APIs.

Regards,
dley

云之铃。 2024-11-12 05:38:16

您可以在提示符下(使用管理员凭据)使用“fsutil file createnew”,后跟文件名和所需的大小(以字节为单位)

you might use, at the prompt (with admin credentials), "fsutil file createnew" followed by the file name and the desired size (in bytes)

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