예제 #1
0
 public void Relative_Params_Smart_Folder()
 {
     SmartFolder.Relative("windows", "temp", "bar").ToString("O").Should().Be(@"windows\temp\bar");
 }