From 984dc7947394ae9b89449fa3ce88b2511a160ba5 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sun, 13 Nov 2022 17:58:21 +0200 Subject: [PATCH] Update README.md --- core-java-modules/core-java-io/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/core-java-modules/core-java-io/README.md b/core-java-modules/core-java-io/README.md index c8a189ac81..f6b7787960 100644 --- a/core-java-modules/core-java-io/README.md +++ b/core-java-modules/core-java-io/README.md @@ -11,6 +11,5 @@ This module contains articles about core Java input and output (IO) - [How to Get the File Extension of a File in Java](https://www.baeldung.com/java-file-extension) - [Getting a File’s Mime Type in Java](https://www.baeldung.com/java-file-mime-type) - [How to Avoid the Java FileNotFoundException When Loading Resources](https://www.baeldung.com/java-classpath-resource-cannot-be-opened) -- [Create a Directory in Java](https://www.baeldung.com/java-create-directory) - [Java – Rename or Move a File](https://www.baeldung.com/java-how-to-rename-or-move-a-file) - [[More -->]](/core-java-modules/core-java-io-2)