Name
SPVM::File::Glob - The BSD glob Porting
Description
The File::Glob class of SPVM has a method that is a port of the BSD glob function.
Usage
Class Methods
static method
glob
: string[] (
$pattern
: string);
The bsd_glob porting.
The ~
expansion is not supported.
Repository
Author
Yuki Kimoto kimoto.yuki@gmail.com
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License