[This is preliminary documentation and is subject to change.]
Converts the absolute path to relative path of session file.
| C# | Visual Basic | Visual C++ |
public string GetRelativePath( string projectPath, string filePath )
Public Function GetRelativePath ( _ projectPath As String, _ filePath As String _ ) As String
public: String^ GetRelativePath( String^ projectPath, String^ filePath )
- projectPath (String)
- The project file path
- filePath (String)
- The project file path
The relative path of session file.