Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better unix compatibility of dsl methods needed #44

Closed
holgerbrandl opened this issue Nov 10, 2015 · 1 comment
Closed

Better unix compatibility of dsl methods needed #44

holgerbrandl opened this issue Nov 10, 2015 · 1 comment
Labels

Comments

@holgerbrandl
Copy link
Contributor

The readme.md claims that better-files implement a unix-like dsl for file operations. However the current API is not consistent with unix conventions. E.g. when doing

  cp(fileA, fileB)

cp should follow unix conventions in case fileB is a directory, which is to copy a fileA into fileB.

Similar for mv.

@pathikrit
Copy link
Owner

Covered by #77

pathikrit added a commit that referenced this issue Aug 7, 2017
#77 - overwriting bug and #44 - better unix compability for cp and mv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants