gpt4 book ai didi

.net - 在 VB.NET 中确定文件大小

转载 作者:行者123 更新时间:2023-12-04 00:02:34 25 4
gpt4 key购买 nike

如何确定文本文件的大小?

我知道我可以只计算字符数,但文件将有几 MB 大。

最佳答案

Dim myFile As New FileInfo("file.txt")
Dim sizeInBytes As Long = myFile.Length

关于.net - 在 VB.NET 中确定文件大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10175630/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com