J
Jonathan Heinen
Hi,
I want to proof if a File exsist. I just realize this by
if(Dir.glob(file).length == 0)
But I think there should be a better possibiliti like File.exsists?(file)
Jonathan
I want to proof if a File exsist. I just realize this by
if(Dir.glob(file).length == 0)
But I think there should be a better possibiliti like File.exsists?(file)
Jonathan