On Dec 18, 12:15 pm, Florian Schaf <flo.sc... / gmail.com> wrote:
> hi!
> Can anyone tell me how I can check whether a directory exists or not? I
> didnt find anything via google or in the docs

File#exists? works for directories as well as files. You could then
use File#directory? to verify that the item is a directory, if it
exists.