I need your help...
I have this code
data = read() if data == "" then error elseif fs.exists(data) then stuff else error end
How can I check if data is composed by a lot of spaces?
If data is " " then fs,exists() will not give any error messages and the code will crash below
Thanks you!












