wowserhq / stormjs

StormLib for Javascript, powered by Emscripten
MIT License
14 stars 6 forks source link

Feature: get file name from open file #32

Closed fallenoak closed 5 years ago

fallenoak commented 5 years ago

It's now possible to call .name to get the file name for a file opened using MPQ.prototype.openFile.

Closes #31