empty files are now correctly extrated.
Just remain a little problem, the function return 0 if just an empty file is extracted !?
Die Suche ergab 52 Treffer
- 30.04.2012 16:38
- Forum: Code, Tipps und Tricks
- Thema: PipiFax-ZIP-Include [all OS]
- Antworten: 26
- Zugriffe: 12132
- 30.04.2012 15:15
- Forum: Code, Tipps und Tricks
- Thema: PipiFax-ZIP-Include [all OS]
- Antworten: 26
- Zugriffe: 12132
Re: PipiFax-ZIP-Include [all OS]
Nice works again Hex0r
Your code works like a charm.
Just remain a problem extracting empty files (size of 0), which won't be extracted.
Could you look @ this ?
Regards

Your code works like a charm.

Just remain a problem extracting empty files (size of 0), which won't be extracted.
Could you look @ this ?
Regards
- 30.04.2012 12:29
- Forum: Code, Tipps und Tricks
- Thema: PipiFax-ZIP-Include [all OS]
- Antworten: 26
- Zugriffe: 12132
Re: PipiFax-ZIP-Include [all OS]
Procedure.s ConformationAsciiEtenduVersAscii(Text.s)
ReplaceString(Text,Chr(130),"é",2)
ReplaceString(Text,Chr(135),"ç",2)
ReplaceString(Text,Chr(131),"â",2)
ReplaceString(Text,Chr(133),"à",2)
ReplaceString(Text,Chr(136),"ê",2)
ReplaceString(Text,Chr(137),"ë",2)
ReplaceString(Text,Chr(138 ...
ReplaceString(Text,Chr(130),"é",2)
ReplaceString(Text,Chr(135),"ç",2)
ReplaceString(Text,Chr(131),"â",2)
ReplaceString(Text,Chr(133),"à",2)
ReplaceString(Text,Chr(136),"ê",2)
ReplaceString(Text,Chr(137),"ë",2)
ReplaceString(Text,Chr(138 ...
- 30.04.2012 11:00
- Forum: Code, Tipps und Tricks
- Thema: PipiFax-ZIP-Include [all OS]
- Antworten: 26
- Zugriffe: 12132
Re: PipiFax-ZIP-Include [all OS]
Problem with special character in filename fixed with this code (added inside ExtractZipFile() function )
Regards
Code: Alles auswählen
OemToChar_(@Filename,@Filename)
- 29.04.2012 23:47
- Forum: Code, Tipps und Tricks
- Thema: PipiFax-ZIP-Include [all OS]
- Antworten: 26
- Zugriffe: 12132
Re: PipiFax-ZIP-Include [all OS]
Thanks a lot
Just a problem with filename in archive with special characters.
Extraction of file 'méchant' is extracted as 'm,chant'
Could you fix this.
Sorry for posting in english
Regards

Just a problem with filename in archive with special characters.
Extraction of file 'méchant' is extracted as 'm,chant'
Could you fix this.
Sorry for posting in english
Regards
- 13.03.2012 00:01
- Forum: Code, Tipps und Tricks
- Thema: PipiFax-ZIP-Include [all OS]
- Antworten: 26
- Zugriffe: 12132
Re: PipiFax-ZIP-Include [all OS]
Thanks a lot 

- 04.12.2006 00:46
- Forum: Code, Tipps und Tricks
- Thema: CAB-Dateien extrahieren (PB4)
- Antworten: 15
- Zugriffe: 5170
- 03.12.2006 22:57
- Forum: Code, Tipps und Tricks
- Thema: CAB-Dateien extrahieren (PB4)
- Antworten: 15
- Zugriffe: 5170
I got an error in the structure line
Replaced by
And the code doesn't works 
Code: Alles auswählen
FullTargetName.s{260}
Code: Alles auswählen
FullTargetName.s

- 03.12.2006 11:29
- Forum: Code, Tipps und Tricks
- Thema: CAB-Dateien extrahieren (PB4)
- Antworten: 15
- Zugriffe: 5170
- 17.02.2006 20:45
- Forum: Code, Tipps und Tricks
- Thema: UserNotification ...
- Antworten: 3
- Zugriffe: 1893