MakeRelativePath() public method

public MakeRelativePath ( string fromPath, string toPath ) : string
fromPath string
toPath string
return string
コード例 #1
0
 public void FS_MakeRelative_1()
 {
     fs = new FileSystemServiceImpl('/');
     Assert.AreEqual("ax", fs.MakeRelativePath("/home/ox", "/home/ax"));
 }