getName method

String getName()

Implementation

String getName(){
  return Simplify.getFileNameFromPath(this.path);
}