import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;

public class JI9062520 {
    public static void main(String[] args) throws IOException {
        Files.createFile(Paths.get("\\\\.\\D:\\prn.xml"));
    }
}
