mediachain / oldchain-client

[DEPRECATED] old mediachain client experiments
MIT License
4 stars 2 forks source link

rename DirectoryIterator to LocalFileIterator, accept single files #67

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

This changes DirectorIterator to LocalFileIterator and allows you to pass in either a single file path or a directory.

Also, now raises an exception in init if the file doesn't exist.

parkan commented 8 years ago

Was gonna ask you when you were gonna do this, then

ozymandias