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 want to make a symlink to a file ini python.  I think this might get
you there:

http://stackoverflow.com/questions/4847615/copying-a-symbolic-link-in-python


-- 
Joel Goldstick
http://joelgoldstick.com
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to