Hi there,
Got a problem ;-(
I need to seek a directory to find out new subdirectories as soon as they are created.
I use a list box to diplay on screen the content of the 'master' directory and make a "do while" loop, waitin for new directories. When a new one is created, it is not reflected in the list box, so what do i miss ?))))))
Here's the code, TIA for your advice and success in your business (^_^)
Do while ...
file1.refresh
show
y=file1.listcount
for i = 0 to y-1
file1.listindex=i
....
....
next
loop
Got a problem ;-(
I need to seek a directory to find out new subdirectories as soon as they are created.
I use a list box to diplay on screen the content of the 'master' directory and make a "do while" loop, waitin for new directories. When a new one is created, it is not reflected in the list box, so what do i miss ?))))))
Here's the code, TIA for your advice and success in your business (^_^)
Do while ...
file1.refresh
show
y=file1.listcount
for i = 0 to y-1
file1.listindex=i
....
....
next
loop