if ($isfile(file)) { is the equivalent of checking whether its $true.
if (!$isfile(file)) { is the equivalent of checking whether its $false. smile

Last edited by SladeKraven; 19/01/05 11:48 PM.