#140084 - 2005-05-2103:56 AMRe: Checking file existance in Kixtart
NTDOCNTDOC Administrator
Registered: 2000-07-28
Posts: 11634
Loc: Space
Well as I see it he did take Shawn's advice and use an If Exist.
However if his original statement is correct about not wanting the file to copy if it does not exist then his code is still wrong as it will copy. If on the other hand you don't want the file to copy if it is not found in the first place then Kent's code is smaller and more efficient for the task.