The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

File::Basename::Instance::Win32

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License