$ 0 0 Code: If Not (System.IO.File.Exists(txtSource.Text)) Then i understand the Not operator(if it's true, then the result is false and vice-versa). but i don't understand these 'if' with 'not'. can anyone explain to me what means?