I have this code:
public static void Main(string[] args) { if (string.IsNullOrEmpty(args[0])) // Warning : Index was out of the bounds of the a
if(args == null || args.Length == 0) { // no arguments } else { // arguments }