pulltool / pulltool-chrome-app

Source for the Pull Tool Chrome App
MIT License
2 stars 1 forks source link

File reuse #4

Closed stuartpb closed 8 years ago

stuartpb commented 8 years ago

Rather than deleting the whole directory structure and recreating it, it might be faster if we just open existing files underneath the directory and reuse them.

stuartpb commented 8 years ago

This is really how this should work, for a number of reasons. It probably wouldn't be too hard, either (just iterate through the directory and check if there's an entry for each item, clobber it if so, delete it if not).

stuartpb commented 8 years ago

This was implemented weeks ago.