Added file and device verification

This commit is contained in:
Cametendo
2026-04-21 20:54:54 +02:00
parent ecb1f7be3e
commit 0edbc24003
4 changed files with 61 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ public class Main {
System.out.println("Canceling...");
System.exit(0);
}
StorageDeviceLister.deviceList(UserInput);
StorageDeviceLister.deviceCheck(UserInput);
FilePathAdd.filePath(UserInput);
BlockSize.blockSize(UserInput);
OflagHandler.handleOflag(UserInput);