public function __construct() { self::$path = dirname(__FILE__) . '/_files/'; }
public function __construct() { self::$path = __DIR__.'/_files/'; }