Paulo da Silva writes:
> Hi!
>
> Is there a way to copy a file the same as Unix command:
>
> cp -a --reflink src dest
>
> without invoking a shell command?
I vaguely remember this was asked and answered some time ago and the
answer was no, even just for -a. In fact, the python shutil module
doc
On Wed, Dec 18, 2013 at 1:37 PM, Paulo da Silva
wrote:
> Hi!
>
> Is there a way to copy a file the same as Unix command:
>
> cp -a --reflink src dest
>
> without invoking a shell command?
I started to dig through the cp man page to see what that did, then
gave up when each option expanded out to
On Wed, Dec 18, 2013 at 1:37 PM, Paulo da Silva <
p_s_d_a_s_i_l_...@netcabo.pt> wrote:
> Hi!
>
> Is there a way to copy a file the same as Unix command:
>
> cp -a --reflink src dest
>
> without invoking a shell command?
>
> Thanks
> --
> https://mail.python.org/mailman/listinfo/python-list
>
You