Ejemplo n.º 1
0
 public static NodeFilePath CreateTempFile(N Node, string data = null)
 => new NodeFilePath(Node, TextFile.CreateTempFile(data));