How to Extract Files from Cabinets

  • Thread starter Thread starter Jongmin
  • Start date Start date
J

Jongmin

Dear Everybody,

I want to extract a file from cab files in C#.

In visual basic, I used window API-SetupIterateCabinet- to
get the file.
Do I have to use same way as VB?

Thanks,
Jongmin
 
Jongmin,

Yes, you will have to use the API functions that you would normally use,
as there is no representation in .NET for these files.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top