| |
|
|
Paul Glatz | Hi, white someone How man whom File-/Verzeichnisnamen from the spending of FTP("ListDir") filtern can? |
|
|
| |
|
|
|
Frank Abbing | The ShlWapi.dll holds there some interesting APIs ready. look time to:
PathFindFileName() PathGetDriveNumber()
The ComDlg32.dll bid:
GetFileTitle()
with XProfans FindFirst$ ought to the too weg. |
|
|
| |
|
|
|
Paul Glatz | i want from z.B.:
-rw-rw-rw- 1 ftp ftp 9894 Dec 07 15:37 example.jpg
whom Text example.jpg filten where The row always another length has and the Dateiname too. |
|
|
| |
|
|
|
Dietmar Horn | i'd (not tested) with SubStr$ of right beginnend (-1) to the first space " " search. The Teilstring is then the sought Dateiname. |
|
|
| Multimedia für Jugendliche und junge Erwachsene - MMJ Hoyerswerda e.V. [...] Windows 95 bis Windows 7 Profan² 6.6 bis XProfan X2 mit XPSE Das große XProfan-Lehrbuch: [...] | 12/08/08 ▲ |
|
|
|
|
Dietmar Horn | and here tested: CompileMarkSeparationvar str$ = "rw-rw-rw- 1 ftp ftp 9894 Dec 07 15:37 Beispiel.jpg"
var str2$ = Substr$(str$,-1," ")
Messagebox(str2$,"I N F O",4160)re> (Frank think with einfacheren things always a morsel of komplizierter for a couple corners. )
Greeting Dietmar |
|
|
| Multimedia für Jugendliche und junge Erwachsene - MMJ Hoyerswerda e.V. [...] Windows 95 bis Windows 7 Profan² 6.6 bis XProfan X2 mit XPSE Das große XProfan-Lehrbuch: [...] | 12/08/08 ▲ |
|
|
|
|
Frank Abbing | Yes, but Frank kalkuliert too space in Filenames with one... |
|
|
| |
|
|
|
| Paul Glatz
Hi, white someone How man whom File-/Verzeichnisnamen from the spending of FTP("ListDir") filtern can?
Garnicht.
Gug you iFTP on. |
|
|
| |
|
|
|
Paul Glatz | I see 1. in the code not through 2. find The *.pcus not |
|
|
| |
|
|
|
| write very which Files you are missing, and How I you help could in the code "durchzusehen".
so remaining me only the council: Search the Files and verschaffe you Überblick. |
|
|
| |
|
|
|
Paul Glatz | me are missing any PCUS The the code uses. Related to the durschsehen I will yourself create. |
|
|
| |
|
|
|
| |
|
| |
|
|
|
Dietmar Horn |
Yes, but Frank kalkuliert too space in Filenames with one...
but too the can bypass, because one of right beginnend, instead of to the first space to the first colon (Trennung between hours and minutes) seek, and of Teilstring with z.B. Mid$ The characters in a Mini-Loop as long as rausfiltert, To the first space of left comes and then ggf. the Result trimt$. |
|
|
| Multimedia für Jugendliche und junge Erwachsene - MMJ Hoyerswerda e.V. [...] Windows 95 bis Windows 7 Profan² 6.6 bis XProfan X2 mit XPSE Das große XProfan-Lehrbuch: [...] | 12/08/08 ▲ |
|
|
|