🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:30:15 | PHP 8.1.34
📂
/ (Root)
/
usr
/
share
/
perl5
/
URI
/
file
📍 /usr/share/perl5/URI/file
🔄 Refresh
✏️
Editing: QNX.pm
Read Only
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;
💾 Save Changes
❌ Cancel