println "Checking folder: ${folder?.absolutePath}"
println "File count: ${folder.listFiles()?.size() ?: 0}"
folder.listFiles()?.each { file ->
// ... your print logic
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)