问题/答案Read a file in groovy into a string很简单,除了我得到一个FileNotFound异常,无论我在哪里移动文件,例如甚至到linux盒子上的根目录。
如果我这样做:
String cpni = new File('/cpni_p').text
并且文件cpni_p位于系统的根目录中(即使其尽可能简单),我得到了
FileNotFoundException: \cpni_p (the system cannot find the file specified)
我该如何解决这个问题?我也愿意指导Java - 只是想让它发挥作用。
答案 0 :(得分:0)
存在目录级别权限问题。