Vidyalelo
C# Programming · Q12

File Handling and Input Output in C Sharp

Programming · C# Programming · question 12

Q12

In C#, which method is used to determine the size of a file in bytes?

A.
File.Length
B.
FileInfo.Length
Answer
C.
File.SizeInBytes
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board