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