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