8 references to GetFullPath
dotnet-openapi (8)
Commands\AddFileCommand.cs (1)
54
return File.Exists(
GetFullPath
(file));
Commands\BaseCommand.cs (6)
101
project =
GetFullPath
(project);
156
var fileItems = items.Where(i => string.Equals(
GetFullPath
(i.EvaluatedInclude),
GetFullPath
(sourceFile), StringComparison.Ordinal));
276
var fullPath =
GetFullPath
(fileName);
280
await WriteToFileAsync(await response.Stream,
GetFullPath
(destinationPath), overwrite: false);
514
destinationPath =
GetFullPath
(destinationPath);
Commands\RemoveCommand.cs (1)
44
File.Delete(
GetFullPath
(file));