8 references to GetFullPath
NuGet.PackageManagement (8)
FileModifiers\XdtTransformer.cs (1)
117string path = FileSystemUtility.GetFullPath(msBuildNuGetProjectSystem.ProjectFullPath, targetPath);
Utility\FileSystemUtility.cs (7)
35path = GetFullPath(root, path); 77Directory.CreateDirectory(GetFullPath(root, Path.GetDirectoryName(path))); 79var fullPath = GetFullPath(root, path); 117return CreateFile(GetFullPath(root, path), nuGetProjectContext); 385path = GetFullPath(root, path); 391var fullPath = GetFullPath(root, filePath); 446path = PathUtility.EnsureTrailingSlash(GetFullPath(root, path));