Document Library for WinForms
GetRelativePath メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : GetRelativePath メソッド
Returns the relative path, for example: 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 メンバ