Thank you for all the answers. Sorry for not replying but i have been
very busy this week I will try all the suggested ways.
//Magnus
Magnus Wirström skrev:
> Hi everyone
>
> I have written a app that makes a tar file and all works well... Now i
> want to expand that app so it can read read the
On Tue, Oct 10, 2006 at 01:19:20PM -0600, Hugo Gonz?lez Monteverde wrote:
> Magnus Wirstr?m wrote:
> > I have written a app that makes a tar file and all works well... Now i
> > want to expand that app so it can read read the tar and give me the
> > contents of the tar file. How is the best way t
On Tue, October 10, 2006 11:15 am, Magnus Wirström wrote:
> Hi everyone
>
> I have written a app that makes a tar file and all works well... Now
> i want to expand that app so it can read read the tar and give me the
> contents of the tar file. How is the best way to do this ? I can't
> find a "li
Magnus Wirström wrote:
> I have written a app that makes a tar file and all works well... Now i
> want to expand that app so it can read read the tar and give me the
> contents of the tar file. How is the best way to do this ? I can't find
> a "listdir" like function in tarfile. Can anyone point