Local variable files is never read
How do i fix an error that reads "The local variable files is never read"?
It's a warning, not an error. Your code will still compile.You fix it by either getting rid of that variable, or using it. What's the point of having a variable if you never read its value?