Groovy文件操作
To see the OS-dependent characters used for formatting filenames (here, when running on Windows):assert File.separator == '\\' && File.separatorChar == '\\' as char //used for ...