XYZ File Manager
Current Path:
/usr/share/perl5/URI/file
usr
/
share
/
perl5
/
URI
/
file
/
📁
..
📄
Base.pm
(1.45 KB)
📄
FAT.pm
(497 B)
📄
Mac.pm
(2.43 KB)
📄
OS2.pm
(561 B)
📄
QNX.pm
(337 B)
📄
Unix.pm
(1022 B)
📄
Win32.pm
(1.72 KB)
Editing: QNX.pm
package URI::file::QNX; use strict; use warnings; use parent 'URI::file::Unix'; our $VERSION = '5.09'; sub _file_extract_path { my($class, $path) = @_; # tidy path $path =~ s,(.)//+,$1/,g; # ^// is correct $path =~ s,(/\.)+/,/,g; $path = "./$path" if $path =~ m,^[^:/]+:,,; # look like "scheme:" $path; } 1;
Upload File
Create Folder