Name
SPVM::File::Basename::Instance::Unix - Unix/Linux/Mac Implementation of File::Basename::Instance
Description
The File::Basename::Instance::Unix class of SPVM is the Unix/Linux/Mac implementation of File::Basename::Instance.
Usage
use File::Basename::Instance::Unix;
my $fb = File::Basename::Instance::Unix->new;
Inheritance
Class Methods
new
static method new : File::Basename::Instance::Unix ();
Instance Methods
fileparse
method fileparse : string[] ($path : string);
basename
method basename : string ($path : string);
dirname
method dirname : string ($path : string);
Well Known Child Classes
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License