'宣言 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)
パラメータ
- basePath
- The base path for resolving a relative file name.
- path
- The relative path to the file.
戻り値の型
The converted relative file path.