File mask
This determines how files are renamed while being copied. For example, you can specify
*.new
, to change the extension of all copied files to
new
. If no mask it given,
*.*
is taken, which means that the file keeps its original name.