richtig KopieArray
parent
e8d754c8b9
commit
57800be63b
|
@ -11,6 +11,7 @@ public class FileKlasse {
|
|||
* - Stattdessen bietet sie Funktionen zur Dateiverwaltung.
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Test");
|
||||
File file = new File("C:\\Users\\obaya\\eclipse-workspace\\OOP\\src\\oop\\FileHandling\\Test");
|
||||
|
||||
if (file.exists()) {
|
||||
|
|
Loading…
Reference in New Issue