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.
 
Back
Top