# File fs.rb, line 38
    def open *aArgs, &aBlock # :yields: IO
      Client.open @path, *aArgs, &aBlock
    end