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

fs.createFileAt() issues #84

Open
mikewill4 opened this issue May 17, 2019 · 0 comments
Open

fs.createFileAt() issues #84

mikewill4 opened this issue May 17, 2019 · 0 comments
Labels
question Further information is requested

Comments

@mikewill4
Copy link

I am trying to implement cp, so I want to be able to create files at the specific path of the destination directory. I pass it the file descriptor of the destination directory and the string path of the file, but my tests are unable to open this newly created file. Any ideas? Do I need to combine the path of the directory with the file then pass it to fs.createFileAt()?

@willemneal willemneal added the question Further information is requested label May 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants