public static MakeRelativePath ( string basePath, string absolutePath ) : string | ||
basePath | string | Contains the directory that defines the start of the relative path. |
absolutePath | string | Contains the path that defines the endpoint of the relative path. |
리턴 | string |