Delete a file from disk with groovy. 1 String filename = "test.txt" 2 // this deletes the file test.txt 3 boolean fileSuccessfullyDeleted = new ...
確定! 回上一頁