Re: geant 'copy' to copy empty directories?
Sven Ehrke <sven.ehrke-S0/[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
> Hi, > > is it somehow possible to make <copy> in geant copy empty directories when > operating on filesets? As far as I currently see it, filesets do not > contains directories and thus a directory will never be created if there > is not file in it. That's true. Currently filesets only work on files. Empty directories are not handled. - Sven