The difference of FileLen() and Len()

The difference of FileLen() and Len()

Question:
What are the difference between FileLen() & Len()? When checking the file size making sure it is not exceeding 32KB in the text box, should I use FileLen() or Len()?

If I use FileLen(), is this code correct?

dim VarFiledim FileTypeFileType=commondialog1.filenameOpen FileType for Input as #FreeFileDo While NOT EOF(FreeFile)Input #FreeFile, VarFileif FileLen(FileType) > 32000 ThenExit DoEnd IftxtText.Text = txtText.Text + VarFileInput #FreeFile, VarFileLoop

Answer:
FileLen() returns the size of a disk file. Len() returns the size of a variable or constant:

   L = Len("hello")   ' Returns 5, because "hello"    ' is five characters in length

To check whether a file is larger than 32K, you may use the FileLen() function before you open the file or the Lof() function after you open it. For more information, consult VB’s documentation on the above functions.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several