GetFiles then DeleteFile processing (General questions)
I am trying to download a directory of files and then delete them. I want to use the event driven method so if a file files I can carry on.
This is what I am doing.
Display Start
Connetct to FTP
Display Connected
Display GetFiles
GetFiles
Display Done
LoopItemEvent
Display Downloading
Output is
Start
Connected
GetFiles
Done
Downloading (repeat per file)
So if execution does not halt at getfiles how do I do the delete process when the GetFiles process does not pause execution.
How do I pause execution?
Complete thread:
- GetFiles then DeleteFile processing - Ogedei, 2009-06-23, 23:22
- Re: GetFiles then DeleteFile processing - wodDamir, 2009-06-23, 23:36
- Re: GetFiles then DeleteFile processing - ogedei, 2009-06-23, 23:46
- Re: GetFiles then DeleteFile processing - wodDamir, 2009-06-24, 00:00
- Re: GetFiles then DeleteFile processing - ogedei, 2009-06-23, 23:46
- Re: GetFiles then DeleteFile processing - wodDamir, 2009-06-23, 23:36