Name
SPVM::File::Basename::Instance::Unix - File::Basename::Instance Implementation for Linux, UNIX, and Mac.
Description
SPVM::File::Basename::Instance::Unix
is the File::Basename::Instance::Unix
class in SPVM language.
This class is a child class of the File::Basename::Instance class for Linux, UNIX, and Mac.
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 2023-2023 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.