hey,Frnds I Have tried the Fill. Code,But the Foll. Code returns the no. of charcters of the File,But i want the File Size on Disk in KB.
Can u Plz help me out.
Imports System
Imports System.IO
Dim filelength As Long = 0
Dim objfile As New FileInfo("D:\Documents and Settings\Administrator\Desktop\URLs[1].txt")
filelength = filelength + file.Length
MsgBox(filelength)