Document Library for UWP
GetRelativePath メソッド

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 > Utils クラス : GetRelativePath メソッド
相対パスを返します。次に例を示します。GetRelativePath("c:\temp", "c:\temp\qq\zz.txt") returns "qq\zz.txt".
シンタックス
'宣言
 
Public Shared Function GetRelativePath( _
   ByVal basePath As System.String, _
   ByVal path As System.String _
) As System.String
public static System.string GetRelativePath( 
   System.string basePath,
   System.string path
)

パラメータ

basePath
path
参照

Utils クラス
Utils メンバ