Hi iam trying to read a file and write the contents into another file present in other directory.Iam using the following method

public static void storeFile(String fileName, String fileContents){...