Ticket #50 (closed enhancement: wontfix)
Only one function to add files to a volume
| Reported by: | bonfire-app@… | Owned by: | pygi |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | libisofs [old] | Version: | |
| Keywords: | Cc: |
Description
currently there are two functions to add files to the volume: iso_tree_add_node and iso_tree_radd_dir. There is no point in keeping them both. when you add a directory you want its children. So maybe libisofs should just keep the first one, iso_tree_add_node. After a stat() on the file, if it's a directory, libisofs would add recursively the directory and its children, if not, it just adds the file as is.
Change History
Note: See
TracTickets for help on using
tickets.
