# Functions
No description provided by the author
CopyFileWithTar emulates the behavior of the 'cp' command-line for a single file.
CopyWithTar creates a tar archive of filesystem path `src`, and unpacks it at filesystem path `dst`.
No description provided by the author
No description provided by the author
UntarPath is a convenience function which looks for an archive at filesystem path `src`, and unpacks it at `dst`.