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