schovi / baked_file_system

Virtual File System for Crystal language. Embedding your assets into final binary.
MIT License
177 stars 18 forks source link

Remove BakedFile#name #24

Closed straight-shoota closed 6 years ago

straight-shoota commented 6 years ago

There's no need to make the base name of a file directly accessible. Calls to this method can be easily replaced by File.basename(baked_file.path).