Esempio n. 1
0
 public NPath WriteAllLines(string[] contents)
 {
     ThrowIfNotInitialized();
     EnsureParentDirectoryExists();
     FSWrapper.WriteAllLines(this, contents);
     return(this);
 }