using System.Collections.Generic;
static void Main(string[] args)
var configPath = @"tempFile.Json";
if(!File.Exists(configPath)){
var myPaths = new[]{@"c:/something.file", @"d:/something.file", };
File.WriteAllText(configPath, JsonConvert.SerializeObject(myPaths));