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::Win32 - File::Basename::Instance Implementation for Windows.

Description

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

This class is a child class of the File::Basename::Instance class for Windows.

Usage

  use File::Basename::Instance::Win32;
  
  my $fb = File::Basename::Instance::Win32->new;

Inheritance

Class Methods

new

  static method new : File::Basename::Instance::Win32 ();

Instance Methods

fileparse

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

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.