相対パスを返します。次に例を示します。GetRelativePath("c:\temp", "c:\temp\qq\zz.txt") returns "qq\zz.txt".
シンタックス
'宣言
Public Shared Function GetRelativePath( _
ByVal As System.String, _
ByVal As System.String _
) As System.String
public static System.string GetRelativePath(
System.string ,
System.string
)
パラメータ
- basePath
- path
参照