Exemple #1
0
 public void CreateNewVideoDirectory()
 {
     DiskIO.CreateDirectory(location, title);
     DiskIO.DeleteFile(ContentLocation, "index.en.json");
 }