Geo::GDAL::FFI::VSI(3pm) | User Contributed Perl Documentation | Geo::GDAL::FFI::VSI(3pm) |
Geo::GDAL::FFI::VSI - A GDAL virtual file system
use Geo::GDAL::FFI::VSI qw/FOpen Mkdir ReadDir/;
my $file = FOpen('/vsimem/file', 'w');
Short for Geo::GDAL::FFI::VSI::File::Open
$mode is optional and by default 0x0666.
$max_files is optional and by default 0, i.e., read all names of files in the dir.
This software is released under the Artistic License. See perlartistic.
Ari Jolma - Ari.Jolma at gmail.com
Geo::GDAL::FFI
Alien::gdal, FFI::Platypus, <http://www.gdal.org>
2024-04-01 | perl v5.38.2 |