Tree.prototype.removeFile = function(filePath){

    if (false === this.exists(filePath)){
        return;
    }