M
Maarten
Hi, i'm a VB programmer and now i need to work on a Linux server. So no ASP
but Javascript.
I need to retrieve a list of all then files containing the word 'small'.
With others words. In the map ..\Images\ are files like JPG001_small.jpg
and JPG001.jpg
I need list of all the ones with 'small'.
In VB its something like
Dim pct as Long
Dim List
pct = -1
Response = DIR ("*small*)
Do While Response <> ""
pct = pct + 1
List(pct) = Response
Response = DIR
Loop
Can somebody help me?
Thx.
but Javascript.
I need to retrieve a list of all then files containing the word 'small'.
With others words. In the map ..\Images\ are files like JPG001_small.jpg
and JPG001.jpg
I need list of all the ones with 'small'.
In VB its something like
Dim pct as Long
Dim List
pct = -1
Response = DIR ("*small*)
Do While Response <> ""
pct = pct + 1
List(pct) = Response
Response = DIR
Loop
Can somebody help me?
Thx.