HI Am creating folder based on a field value dynamically and extracting files from notes doc and doing ftp, after ftp killing the files but keeping the folder.
am using below kill command to kill file
Kill extractpath+""+filenames(j)
before cretaing folder am chekcing whether folder exits or not . my code works fine except one doc that doc has simple word and pdf files . it create folder and done ftp too but next time my agent runs it thorugh error in the below code
fileName$ = Dir$(pathName$, 0)
any diea why, i am unbale to delete the folder too manulaly but when i restart server am able to remove folder. please suggest me
thanks
soma