public void Absolute_Params_Smart_Folder() { SmartFolder.Absolute("C", "windows", "temp", "bar").ToString("O").Should().Be(@"C:\windows\temp\bar"); }