String textfile = "ReadMe.txt"; String filename = textfile.split(".")[0]; String extension = textfile.split(".")[1];