how to check particular exist in c3 code example Example: c# file exist if (File.Exists("file.exe")) { //file exist } else { //does not exist }