Hi, I am getting following error while trying to read empty docx file created using ` File.new("file.docx", "w") ` command: error: `Zip::Error (File file.docx has zero size. Did you mean to pass the create flag?)` can anybody tell what is happening?