Archive: If file or Directory


If file or Directory
Dear all,

I have couples of files and directories in the installation folder where the setup is placed,

How can i find if one is directory or file?
I find some thing called "IfFileExists DIRECTORY"

Can anyone suggest me how to use that?


IfFileExists "DIRECTORY\*.*"


Note that this will work whether the folder contains files or not.

Stu