Skip to content

Instantly share code, notes, and snippets.

@yura415
yura415 / Path.Combine.Aggregate.Net35.cs
Created September 29, 2014 13:08
Path.Combine with params attribute using Linq in NET 3.5
using System;
using System.IO;
using System.Linq;
public class Hello
{
public static void Main()
{
Console.WriteLine(Combine("/var/test", "123", "fsfsfs/sfwfw", "..", "wffw"));