Directory.dir_exists ( *String* path ) -> *bool*
Returns whether the target directory exists. The argument can be relative to the current directory, or an absolute path.
You can use this function to check whether the folder structure has already been created.