Method GetRelativeFilePath
GetRelativeFilePath(IScriptSourceBase, string)
Determines a difference between given path and scriptSource file path.
public static string GetRelativeFilePath(IScriptSourceBase scriptSource, string fileName)
Parameters
scriptSourceIScriptSourceBaseThe
IScriptSourceBasecontains the base path.fileNamestringName of the file to compare.
Returns
- string
 A path that is relative to the given source path.