natevw / fatfs

Standalone FAT16/FAT32 filesystem implementation in JavaScript
47 stars 13 forks source link

Adding exists #15

Closed pirumpi closed 10 years ago

pirumpi commented 10 years ago

Adding a useful method provided in the File System from NodeJS API.

natevw commented 10 years ago

Extended tests to at least cover the "does exist" case and published as v0.10.1. Thanks for the PR!