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
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()?
The text was updated successfully, but these errors were encountered:
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()?
The text was updated successfully, but these errors were encountered: