Function File.openCompressed

Opens a compressed file for reading or writing.

godot.core.defs.GodotError openCompressed (
  const(String) path,
  const(long) mode_flags,
  const(long) compression_mode = 0L
) nothrow @nogc;