If command in csh

hi everyone
what is difference between "if ( -e Arch )" and "if ( -e ./Arch )" in csh shell?

Many Thanks
samad

There is no effective difference.
./Arch explicitly ensures that . (the current directory) exists; it is always present in Unix and Linux.