Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upclient.remove(torrentId, [function callback (err) {}]) not removing temp folder #1000
Comments
This comment has been minimized.
This comment has been minimized.
|
You're right, this is not behaving as documented. The removal of files on the filesystem is unimplemented. In the meantime, I suggest using the |
This comment has been minimized.
This comment has been minimized.
|
OK, good to know :) it be nice if in the documentation there as a sentence like the following:
|
This comment has been minimized.
This comment has been minimized.
|
The wording seems kind of confusing, if this were implemented would this remove both the tmp folder as well as the path if specified? Or just clean up the tmp folder. I'm assuming it is the latter but I just wanted clarification. |
The documentation states:
The issue that I'm having is with the following statement:
and delete all saved file data, this seams not to be true. If I check the content of the following folder/tmp/webtorrentafter firing this method, the folder of the selected torrent is not being delete.Is this a bug, feature or I'm doing something wrong? :)