mirror of
https://github.com/Cametendo/cflash.git
synced 2026-03-18 04:50:19 +01:00
create devicecheck, filepathcheck and blocksize
This commit is contained in:
9
FilePathAdd.java
Normal file
9
FilePathAdd.java
Normal file
@@ -0,0 +1,9 @@
|
||||
import java.util.Scanner;
|
||||
|
||||
public class FilePathAdd {
|
||||
public static void filePath(Scanner UserInput) {
|
||||
System.out.println("Please enter the FULL Path of your ISO / Image. ()");
|
||||
String Path = UserInput.nextLine();
|
||||
System.out.println("Using File: " + Path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user