snapshotter icon indicating copy to clipboard operation
snapshotter copied to clipboard

Use os to move and remove files and make symlinks

Open seanh opened this issue 9 years ago • 0 comments

Use Python's standard os module's functions to move and remove files and make symlinks, instead of running mv, rm and ln as subprocesses.

When dealing with a remote destination I think we'll still have to run ssh [user@]host mv|rm|ln ... commands as subprocesses.

seanh avatar Feb 28 '15 16:02 seanh