Español
Fuente/ Codesnippets

Archivos Getfilesindir Rekursive Búsqueda

 
Tolles Fundstück de Andreas Miethe: Rekursive Búsqueda de Archivos en separatem Prozess por XProfan 12 PExec(.

Andreas Miethe (25.12.10)

KompilierenMarcaSeparación
'##############################
'Rekursive Suche nach Dateien
'Andreas Miethe 2010
'##############################
 $H Windows.ph
 $H Messages.ph

Proc GetFilesInDir

    'Rekursive oder einfache Suche nach Dateien
    Parameters Directory$,Maske$,Liste&,Rekursiv%,Text&,Gefunden&
    Struct FILETIME = dwLowDateTime&,\
    dwHighDateTime&
    Struct WIN32_FIND_DATA  = dwFileAttributes&,\
    ftCreationTime.FILETIME!,\
    ftLastAccessTime.FILETIME!,\
    ftLastWriteTime.FILETIME!,\
    nFileSizeHigh&,\
    nFileSizeLow&,\
    dwReserved0&,\
    dwReserved1&,\
    cFileName$(~MAX_PATH),\
    cAlternateFileName$(14)

    Proc Suche

        Parameters Directory$,Maske$,Liste&,Rekursiv%,Text&,Gefunden&
        Var WFD# = New(WIN32_FIND_DATA)
        Var Find1$ = ""
        Var hFind& = 0

        If (Directory$ <> "")  and (Right$(Directory$,1) <> "\\")

            Directory$ = Directory$+"\\"

        EndIf

        Var Find$ = Directory$+Maske$
        hFind& = ~FindFirstFile(Find$,WFD#)

        If hFind& <> 0

            Settext Text&,Directory$

            Repeat

                If (Trim$(WFD#.cFileName$) <> ".") and (Trim$(WFD#.cFileName$) <> "..") and ((WFD#.dwFileAttributes& & ~FILE_ATTRIBUTE_DIRECTORY) <> ~FILE_ATTRIBUTE_DIRECTORY)

                    If Trim$(WFD#.cFileName$) <> ""

                        AddString(Liste&,Directory$+Trim$(WFD#.cFileName$))
                        Settext Gefunden&,Str$(GetCount(Liste&))

                    EndIf

                EndIf

            Until ~FindNextFile(hFind&,WFD#) = 0

            ~FindClose(hFind&)

        Else

        EndIf

        If Rekursiv% = 1

            Find1$ = Directory$+"*.*"
            hFind& = ~FindFirstFile(Find1$,WFD#)

            Repeat

                If (Trim$(WFD#.cFileName$) <> ".") and (Trim$(WFD#.cFileName$) <> "..") and ((WFD#.dwFileAttributes& & ~FILE_ATTRIBUTE_DIRECTORY) = ~FILE_ATTRIBUTE_DIRECTORY)

                    '#########################################
                    'Hier ruft sich die Procedur selbst auf !!
                    '#########################################
                    Suche(Directory$+Trim$(WFD#.cFileName$),Maske$,Liste&,1,Text&,Gefunden&)

                EndIf

            Until ~FindNextFile(hFind&,WFD#) = 0

            ~FindClose(hFind&)
            Dispose WFD#

        EndIf

    EndProc

    Var Ende& = 0

    WhileNot ende&

        Suche(Directory$,Maske$,Liste&,Rekursiv%,Text&,Gefunden&)
        Ende& = 1

    EndWhile

    Settext Gefunden&,"Suche beendet :" + Str$(GetCount(Liste&)) + " Dateien gefunden die dem Suchkriterium entsprechen"
    End

EndProc

Declare Ende&
Windowstyle 512+24
window %maxx,%maxy
CLS ~GetSysColor(~Color_BTNFACE)
WindowTitle "Rekursion"
SetDialogFont ~GetStockObject(~DEFAULT_GUI_FONT)
Var Text& = Create("TEXT",%hwnd,"",0,0,width(%hwnd),24)
Var Gefunden& = Create("TEXT",%hwnd,"",0,28,width(%hwnd),24)
Var Liste& = Create("Listbox",%hwnd,0,0,100,width(%hwnd),height(%hwnd)-100)
Var P& = 0
Var IsOpen& = 1
Var h1&=PExec("|GetFilesInDir","C:\\","*.prf",Liste&,1,text&,Gefunden&)',%Hwnd,Liste&,find$+p$+find1$,2)

WhileNot Ende&

    Waitinput

    If %key = 2

        process("Kill", h1&,0)
        Ende& = 1

    EndIf

/../funktionsreferenzen/XProfan/endwhile/'>EndWhile

End
 
02.01.2011  
 




Jörg
Sellmeyer
Tja - como muß uno wohl diverse Beiträge de Andreas con Sternen versehen. Super Sache!
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
03.01.2011  
 



Sí, dadurch el él por desgracia, no incluso "Quelltexte/ Codesnippets" hier así kategorisiert puede ser ihm no direkt para esta Postings Sterne geben.
 
03.01.2011  
 



Zum Quelltext


Título del Tema, max. 100 Signo.
 

Systemprofile:

Kein Systemprofil creado. [anlegen]

XProfan:

 Contribución  Font  Smilies  ▼ 

Bitte registro en una Contribución a verfassen.
 

Tema opciones

3.930 Views

Untitledvor 0 min.
AndreasS01.01.2019
Mende-daniel201422.07.2018
Jörg Sellmeyer12.05.2018
Jens (3)24.03.2017
Más...

Themeninformationen

Dieses Thema ha 2 subscriber:

iF (2x)
Jörg Sellmeyer (1x)


Admins  |  AGB  |  Applications  |  Autores  |  Chat  |  Política de Privacidad  |  Descargar  |  Entrance  |  Ayuda  |  Merchantportal  |  Pie de imprenta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Juegos  |  Búsqueda  |  Support

Ein Projekt aller XProfan, el lo son!


Mi XProfan
Privado Noticias
Eigenes Ablageforum
Temas-Merkliste
Eigene Beiträge
Eigene Temas
Zwischenablage
Cancelar
 Deutsch English Français Español Italia
Traducciones

Política de Privacidad


Wir uso Cookies sólo como Session-Cookies wegen el technischen Notwendigkeit y en uns hay no Cookies de Drittanbietern.

Wenn du hier en unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung de Informationen en unseren Cookies en XProfan.Net a.

Weitere Informationen a unseren Cookies y dazu, como du el Kontrolle darüber behältst, findest du en unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Yo möchte no Cookie