List the contents of a zip file
This snippets shows how to list the contents of a zip file.
(more…)
Moving a file to a directory
This moves a file to directory.
(more…)
Create a directory
This snippet shows how to create new directories in groovy.
(more…)
Creating a temporary file
Making an existing file temporary this will delete the file on programm termination.
(more…)
Loop over dates
Dates can be ranges to.
(more…)
Rename a file
Renames the file new.txt to old.txt
(more…)
Create new file
Create a new file with groovy.
Deleting a file
Delete a file from disk with groovy.
(more…)