Tuesday, April 13, 2010

File Size using FileInfo

 FileInfo f = new FileInfo(fileName);
long s1 = f.Length;

No comments: