Open boof opened 1 year ago
Dir.exists? and File.exists? have been removed, you can use exist? instead.
Dir.exists?
File.exists?
exist?
Sadly IDK when it was introduced, so maybe both versions need to be supported.
best
+1 for this :)
There seems to be only one instance of File.exists? which needs to be fixed.
Dir.exists?
andFile.exists?
have been removed, you can useexist?
instead.Sadly IDK when it was introduced, so maybe both versions need to be supported.
best