CasperTech / node-metaverse

A node.js interface for Second Life.
MIT License
50 stars 34 forks source link

Add a method to delete folders #46

Closed xBorus closed 3 years ago

xBorus commented 3 years ago

Using node-metaverse, we can today create folders using createFolder('foo'...)

However, there is no way to delete foo. This Pull Request adds a method to do it.