Domino 9 und frühere Versionen > ND6: Entwicklung

Datei vorhanden prüfen, aber mit Wildcarts

(1/1)

qwertz442000:
Hallo,

ich suche ein Sript mit der Möglichkeit nachzuprüfen ob eine Datei vorhanden ist oder nicht. Ich benötige aber Wildcarts.
Also z.Beispiel C:\TMP\TEST*.TXT Datei

BigWim:
Aus der Designerhilfe



--- Zitat ---Examples: Dir function

' List the contents of the c:\ directory, one entry per line.
Dim pathName As String, fileName As String
pathName$ = "c:\*.*"
fileName$ = Dir$(pathName$, 0)
Do While fileName$ <> ""
   Print fileName$
   fileName$ = Dir$()
Loop

--- Ende Zitat ---

Navigation

[0] Themen-Index

Zur normalen Ansicht wechseln