Name
SPVM::Sys::IO::DirStream - the class for the DIR
type in C language
.
Usage
use Sys::IO::DirStream;
use Sys::IO;
my $dir = "foo";
# Sys::IO::DirStream
my $dir_stream = Sys::IO->opendir($dir);
Description
Sys::IO::DirStream
is the class for the DIR
type in C language
.
This is a pointer class.
Instance Methods
method DESTROY : void ();
The destructor.
Copyright & License
Copyright 2022-2022 Yuki Kimoto, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.