Determining File Size June 11 2004
Public Shared Function getFileSize(ByVal strFileSystemPath As String) As Integer
Dim MyFileInfo As New FileInfo(strFileSystemPath)
Return (MyFileInfo.Length)
End Function
- Posted in : .NET
- Author : site admin

Comments»
no comments yet - be the first?