<?php 
 
/*  
 * To change this license header, choose License Headers in Project Properties. 
 * To change this template file, choose Tools | Templates 
 * and open the template in the editor. 
 
 * @author Fernando Cunha 
 * @email [email protected] 
 * @since 06/2016 
 *  */ 
 
require_once 'FileClassUtil.php'; 
 
$path = "files\\"; 
 
$file = new FileClassUtil($path);
 
 |