You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...you could just do AXL_Add(id, "./dir1", dest), rather than doing an AXL_Add() on every file. The issue is that there isn't a way to copy an empty directory in AXL. So if you had...
dir3/ wouldn't get copied. I think we should add in empty directory copies for completeness. That way we can say that AXL_Add() follows the same semantics as cp -r, which is easy for a user to understand. This should be a super low priority task though, as I doubt there's any users that would need it.
No description provided.
The text was updated successfully, but these errors were encountered: