Bonjour,
J'ai un petit problème avec la décompression via Shell32 , voici mon code :
------------------
Dim sc As New Shell32.Shell()
'Declare your input zip file as folder .
Dim input As Shell32.Folder = sc.NameSpace("minecraft.zip")
'Declare the folder where the files will be extracted
Dim output As Shell32.Folder = sc.NameSpace("minecraft")
'Extract the files from the zip file using the CopyHere command .
output.CutHere(input)
---------------
Tout marche , mais le fichier n'ai pas décompresser ! C'est fort étrange.
Merci de votre aide
J'ai un petit problème avec la décompression via Shell32 , voici mon code :
------------------
Dim sc As New Shell32.Shell()
'Declare your input zip file as folder .
Dim input As Shell32.Folder = sc.NameSpace("minecraft.zip")
'Declare the folder where the files will be extracted
Dim output As Shell32.Folder = sc.NameSpace("minecraft")
'Extract the files from the zip file using the CopyHere command .
output.CutHere(input)
---------------
Tout marche , mais le fichier n'ai pas décompresser ! C'est fort étrange.
Merci de votre aide
Dernière édition par Dr. :) le Jeu 22 Nov 2012 - 22:23, édité 1 fois