[Freedos-devel] a proposed compress_dir algo

2022-09-06 Thread Paul Dufresne via Freedos-devel
Thinking about the problem... I think about writing a small program to compress a directory. Here is the pseudocode I have come up to now: Function compress_topdir(path) if path reference a zip file decompress zip file to some_dir compress_dir(some_dir) else compress_dir(path)

Re: [Freedos-devel] Ré : When a system with limited filenames length combine directories into one

2022-09-06 Thread Paul Dufresne via Freedos-devel
>If that sounds like it would solve the problem, I could add it to the fdpkg.sh >script. Then if it works, implement the equivalent in the RBE. Thanks for this internal description of fdnpkg.sh. I'll take a look at it...___ Freedos-devel mailing list

Re: [Freedos-devel] Ré : When a system with limited filenames length combine directories into one

2022-09-06 Thread Jerome Shidel
Hi Paul, Well…. > On Sep 6, 2022, at 12:18 AM, Paul Dufresne via Freedos-devel > wrote: > > I wrongly said: > >It's probably ok... because fdnpkg probably won't too. > Nonsense! fdnpkg have no way to know that many directories have been combined > into one. > > So I just need fdpkg to