FlexReport for WinForms
GetRelativePath メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : GetRelativePath メソッド
The base path for resolving a relative file name.
The relative path to the file.
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
'使用法
 
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
The base path for resolving a relative file name.
path
The relative path to the file.

戻り値の型

The converted relative file path.
参照

参照

Utils クラス
Utils メンバ