datrs / random-access-disk

Continuously read/write to disk using random offsets and lengths .
Apache License 2.0
27 stars 13 forks source link

Reuse file if exists #7

Closed yoshuawuyts closed 6 years ago

yoshuawuyts commented 6 years ago

Right now this module crashes if the file already exists. We should account for that.