Made flasher show user configuration
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import java.util.Scanner;
|
||||
|
||||
public class FilePathAdd {
|
||||
public static void filePath(Scanner UserInput) {
|
||||
|
||||
public static String ImagePath = "";
|
||||
|
||||
protected static String filePath(Scanner UserInput) {
|
||||
System.out.println("Please enter the FULL Path of your ISO / Image. ()");
|
||||
String ImagePath = UserInput.nextLine();
|
||||
ImagePath = UserInput.nextLine();
|
||||
System.out.println("Using File: " + ImagePath);
|
||||
return ImagePath;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user