Name

SPVM::File::Glob - BSD glob

Description

File::Glob class in SPVM provides BSD glob function.

Usage

use File::Glob;

my $files = File::Glob->bsd_glob("path/*");

my $files = File::Glob->bsd_glob("path/?oo");

Class Methods

static method bsd_glob : string[] ($pattern : string);

Same as Sys::IO#bsd_glob method.

Please use Sys#glob method, which provides the same functionality.

Repository

SPVM::File::Glob - Github

Author

Yuki Kimoto kimoto.yuki@gmail.com

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License