What type output you want to get from your method? If it's File, return File, if it's String, return String.
Remember the syntax;


AccessSpecifier ReturnType MethodName(Arguments...){
Body of...