Hi .
Is there any way to add directory to a tar file.
Nowadays , it is only possible to : $tar->add_files("fil ename");
I would like to add directory as well.
Does anyone have any workaround or another idea how to achieve it ?
Is there any way to add directory to a tar file.
Nowadays , it is only possible to : $tar->add_files("fil ename");
I would like to add directory as well.
Does anyone have any workaround or another idea how to achieve it ?
Comment