类库说明文档
![]() | JHFileGetFileByteSize Method |
获取当前文件大小(字节)
Namespace: DCSoft.Utility.IO
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static long GetFileByteSize( string fileName )
Parameters
- fileName
- Type: SystemString
文件的完全限定名或相对文件名
Return Value
Type: Int64返回当前文件字节大小
