public static function getInstance() { if (!self::$instance) { self::$instance = new nbFileSystem(); } return self::$instance; }