gustafn
committed
on 18 Sep 13
- fix bug with exporting multiple "unnamed files" to the file-system
When there are multiple "unnamed files" in a directory,
the constru… Show more
- fix bug with exporting multiple "unnamed files" to the file-system

 When there are multiple "unnamed files" in a directory,

 the constructed full_name might exist already. This

 would lead to an error in the "file copy"

 operation. Therefore, the code generates a new name with an

 alternate suffix in such cases.

Show less