Exemplo n.º 1
0
        public string GetRelativePath(string sourcePath, string destinationPath)
        {
            var relativePath = PathUtilities.GetRelativePath(sourcePath, destinationPath);

            return(relativePath);
        }
Exemplo n.º 2
0
        public string GetRelativePathFileToDirectory(string sourceFilePath, string destinationFilePath)
        {
            var relativePath = PathUtilities.GetRelativePath(sourceFilePath, destinationFilePath);

            return(relativePath);
        }