Beispiel #1
0
        public string CombineRelativePath(string path, string name)
        {
            string absolutePath = FileExplorerOperations.ToAbsolute(path);
            string fullPath     = FileExplorerOperations.CombinePaths(absolutePath, name);

            return(FileExplorerOperations.ToPhysicalPath(fullPath));
        }