[Gambas-user] Linux files question and very of gambas topic

Laurent Godard listes.godard at ...11...
Sat Mar 13 10:02:25 CET 2004


Hi ron,

> I need to append several binairy files together but can't find a simple CLI 
> command to do that.

did you try, under shell

cat file1 file2 file3 > targetfile

inside gambas, i would try
open a target for append as binary (or equivalent)
loop over source files
open as read binary
read
write target

HTH

laurent
-- 
-----------------------------------------
Laurent Godard - Conseil et Développement
06 85 33 27 90 - dev.godard at ...11...
-----------------------------------------




More information about the User mailing list