getExtension method

String getExtension()

Implementation

String getExtension(){
  return Simplify.getFileExtensionFromPath(this.path);
}