X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Skipper/FileSystem
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Skipper
/
FileSystem
/
??
..
??
FnMatchPathNormalizer.php
(760 B)
??
PathNormalizer.php
(221 B)
Editing: PathNormalizer.php
<?php declare (strict_types=1); namespace Rector\Skipper\FileSystem; final class PathNormalizer { public static function normalize(string $path) : string { return \str_replace('\\', '/', $path); } }
Upload File
Create Folder