The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::File::Basename::Instance::Interface - File::Basename::Instance Interface

Description

SPVM::File::Basename::Instance::Interface is the File::Basename::Instance::Interface class in SPVM language.

This class is the File::Basename::Instance interface.

Usage

  use File::Basename::Instance::Interface;

Interface Methods

fileparse

  method fileparse : string[] ($path : string);

basename

  method basename : string ($path : string);

dirname

  method dirname : string ($path : string);

has_interfaces

  required method has_interfaces : int ();

Well Known Implementation 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.