| |
|
|
Erasmus.Herold | Hello together ...
I have a Ordner voller Files. The Dateiname begins always with of/ one Rechnungsnummer (The I know!)
example for Dateiname: 00000302_22001402432.csv whom remainder to the Unterstrich know I do not, is a Timestamp.
i want now always a defined File automatically read, can means The Rechnungsnummer mitgeben ... well then?
someone a idea, How I me The File (under 1000whom) nab can? before into Hilfsverzeichnis To copy scheidet too from, because copy under XProfan Yes no Wildcards knows.
thanks for all ideas. Greeting - Erasmus |
|
|
| |
|
|
|
RudiB. | How is the ??
CLS
Declare DateiListe&
DateiListe&=Create("Listbox",%Hwnd,1,0,0,0,0)
ClearList
ChDir "D:\\bills\\CSV_Dateien"' to that suitable directory change
AddFiles "*.csv", 0'Search in the actually directory and füge to ListBoxListe hinzu
Move("ListToHandle",DateiListe&)' copy ListBoxListe to Listbox -DATEILISTE&-
Select String(DateiListe&,-1,"Hier your Rechnungsnummer...")'seek whom first Sign in the list the with the Suchtext übereinstimmt
Print GetString$(DateiListe&,GetCurSel(DateiListe&))
waitinput
|
|
|
| Xprofan X4 Rudolf Beske / München
Hardware: NB Intel I9 - 16GByte RAM | 02/05/22 ▲ |
|
|
|
|
Erasmus.Herold | How horny is the because?
Question. If I in line 6 with addfiles same „00000302*.csv“ (the would in the example my sought number) instead of *.csv mitgebe, then had The Number of Files in the Ordner never Einfluss aufs Laufverhalten? |
|
|
| |
|
|
|
RudiB. | Füg time to the row ADDFILE yet this one...
Yes, because it go less Files The Listbox-list red. In Your drop even only The with the Rechnungsnummer and the TimeStamp... |
|
|
| |
|
|
|
Erasmus.Herold | lovely - teste I today afternoon from. Thank you.
feedback follows. |
|
|
| |
|
|
|
Erasmus.Herold | tres bien !!!
functions perfect.
==========================
now possibly another idea, How I instead of: ChDir "D:\\bills\\CSV_Dateien"'
a Netzwerkzugriff benefit could? ChDir "\\192.168.200.97\bills\CSV_Dateien"'
Greeting and Thanks Erasmus |
|
|
| |
|
|
|
RudiB. | there position the question: only privates networking, or want You too of outside hereon grab. with internem private networking can You, the Yes with windows Netzwerkfreigaben or with Samba release. simply The suitable Ordner with Zugriffsrechten and Usern enable...there must you time reinlesen.... |
|
|
| |
|
|
|
Erasmus.Herold | Netzwerkfreigaben - already clear no Topic
the abstrakte grabbed functions hold always, likes I rather as a allocated letters, the one Day disappeared is |
|
|
| |
|
|
|
RudiB. | have me so on a idea brought. I have my Kabelreciver with Festplattenrecorder indeed as Netzlaufwerk miteingebunden and...
AddFiles "*.ts", 1'Search in the actually directory with Subfolders and füge to ListBoxListe hinzu
...everything to video-Files search and me so a Filmdatenbank anzulegen. |
|
|
| |
|
|
|
Erasmus.Herold | |
|
| |
|
|
|
Erasmus.Herold | small Nachtrag:
ChDir "D:\\bills\\CSV_Dateien"' AddFiles "*.csv", 0'
dispense we on "ChDir" and give whom way with "AddFiles" with. then stand we later in the program moreover properly |
|
|
| |
|
|
|
RudiB. | the goes naturally too..."viele ways lead to Rom" |
|
|
| |
|
|