Hi Friends
How can i use System.IO.FileInfo to get the file size ?
cheers
Happy learning
Hi Friends
How can i use System.IO.FileInfo to get the file size ?
cheers
Happy learning
Here is the screenshot @pattyricarte
But make sure str is of type system.io.fileinfo Then you will get all the things in the info
Happy to help @pattyricarte
@pattyricarte You can use this int v1 = new System.IO.FileInfo("your file path ").Length
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.