Die Suche ergab 52 Treffer

von DROOPY
30.04.2012 16:38
Forum: Code, Tipps und Tricks
Thema: PipiFax-ZIP-Include [all OS]
Antworten: 26
Zugriffe: 12132

Re: PipiFax-ZIP-Include [all OS]

empty files are now correctly extrated.

Just remain a little problem, the function return 0 if just an empty file is extracted !?
von DROOPY
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 :D

Your code works like a charm. :allright:

Just remain a problem extracting empty files (size of 0), which won't be extracted.

Could you look @ this ?

Regards
von DROOPY
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 ...
von DROOPY
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 )

Code: Alles auswählen

OemToChar_(@Filename,@Filename)
Regards
von DROOPY
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 :allright:

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
von DROOPY
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 :D
von DROOPY
04.12.2006 00:46
Forum: Code, Tipps und Tricks
Thema: CAB-Dateien extrahieren (PB4)
Antworten: 15
Zugriffe: 5170

Thanks a lot ts-soft. <)
von DROOPY
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

Code: Alles auswählen

FullTargetName.s{260}
Replaced by

Code: Alles auswählen

FullTargetName.s
And the code doesn't works :cry:
von DROOPY
03.12.2006 11:29
Forum: Code, Tipps und Tricks
Thema: CAB-Dateien extrahieren (PB4)
Antworten: 15
Zugriffe: 5170

Hello, this code can be converted to pb 3.94 ?
Regards
von DROOPY
17.02.2006 20:45
Forum: Code, Tipps und Tricks
Thema: UserNotification ...
Antworten: 3
Zugriffe: 1893

Thanks. Usefull code