GRAYBYTE WORDPRESS FILE MANAGER1842

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/share/perl5/URI/file/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/share/perl5/URI/file//FAT.pm
package URI::file::FAT;

use strict;
use warnings;

use parent 'URI::file::Win32';

our $VERSION = '1.73';
$VERSION = eval $VERSION;

sub fix_path
{
    shift; # class
    for (@_) {
	# turn it into 8.3 names
	my @p = map uc, split(/\./, $_, -1);
	return if @p > 2;     # more than 1 dot is not allowed
	@p = ("") unless @p;  # split bug? (returns nothing when splitting "")
	$_ = substr($p[0], 0, 8);
        if (@p > 1) {
	    my $ext = substr($p[1], 0, 3);
	    $_ .= ".$ext" if length $ext;
	}
    }
    1;  # ok
}

1;

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 19:11:18
root / root
0755
Base.pm
1.466 KB
January 09 2018 06:42:55
root / root
0644
FAT.pm
0.511 KB
January 09 2018 06:42:55
root / root
0644
Mac.pm
2.452 KB
January 09 2018 06:42:55
root / root
0644
OS2.pm
0.573 KB
January 09 2018 06:42:55
root / root
0644
QNX.pm
0.354 KB
January 09 2018 06:42:55
root / root
0644
Unix.pm
1.023 KB
January 09 2018 06:42:55
root / root
0644
Win32.pm
1.741 KB
January 09 2018 06:42:55
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF