public static string GetRelativePath(string fullPath, string basePath);
Examples of returned values: test.txt, ..\test.txt, ..\..\..\test.txt, ., .., subdir\test.txt
basePath
The base path on which relative processing is based. Should be a directory.