package gdal

  1. Overview
  2. Docs

Module Gdal.VsiSource

Virtual System Interface

Virtual file system management

Sourceexception VSI_error
Sourceval of_buffer : string -> bigstring -> unit

of_buffer path buf create a new virtual file at path with the bytes from buf.

A reference to buf is kept internally until unlink is called.

unlink path removes path from the virtual filesystem. If any references are kept to external resources they are also released.