In a filecopy statement
if the destinationfile name
is entered by the user,
if that filename already exists how
can I know it to give a message to the user?
Printable View
In a filecopy statement
if the destinationfile name
is entered by the user,
if that filename already exists how
can I know it to give a message to the user?
Code:if len(dir(filepath)) then msgbox "file already exists"