%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/www2]/old/wp-content/plugins/loco-translate/src/fs/
Upload File :
Create Path :
Current File : //home2/vacivi36/www2]/old/wp-content/plugins/loco-translate/src/fs/Link.php

<?php
/**
 * 
 */
class Loco_fs_Link extends Loco_fs_File {
    
    
    /**
     * @return Loco_fs_File
     */
    public function resolve(){

        $path = $this->getPath();

        if( $real = realpath($path) ){
            if( is_dir($path) ){
                return new Loco_fs_Directory($real);
            }
            return new Loco_fs_File($real);
        }
        
        // else fail
        return null;
    }    
    
}

Zerion Mini Shell 1.0