length of file

Get Length of the File using LOF Function in VB.NET

Submitted by donzzsky on
In this tutorial, we will create a program that can get the exact length of any kinds of file using the LOF function and without importing the system.IO. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.