Name

SPVM::Sys::IO::Dirent - struct dirent in C language

Usage

use Sys::IO::Dirent;

Description

Sys::IO::Dirent is the class for struct dirent in C language.

Pointer Class

This class is a pointer class.

Class Methods

d_ino

method d_ino : int ();

Gets d_ino.

d_reclen

method d_reclen : int ();

Gets d_reclen.

d_name

method d_name : string ();

Gets d_name. This value is copied.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License