FlexReport for WPF
GetRelativePath メソッド (Utils)


C1.WPF.Document アセンブリ > C1.WPF.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
'使用法
 
Dim basePath As System.String
Dim path As System.String
Dim value As System.String
 
value = Utils.GetRelativePath(basePath, path)
public static System.string GetRelativePath( 
   System.string basePath,
   System.string path
)

パラメータ

basePath
path
参照

Utils クラス
Utils メンバ