Base:
property
FileName
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.BasicTransferInformation.FileName
9 references to FileName
Microsoft.VisualStudio.TestPlatform.Common (9)
DataCollection\DataCollectionAttachmentManager.cs (9)
201if (!File.Exists(fileTransferInfo.FileName)) 207fileTransferInfo.FileName)); 252var localFilePath = Path.Combine(directoryPath, Path.GetFileName(fileTransferInfo.FileName)); 268EqtTrace.Info("DataCollectionAttachmentManager.AddNewFileTransfer: Moving file {0} to {1}", fileTransferInfo.FileName, localFilePath); 270_fileHelper.MoveFile(fileTransferInfo.FileName, localFilePath); 272EqtTrace.Info("DataCollectionAttachmentManager.AddNewFileTransfer: Moved file {0} to {1}", fileTransferInfo.FileName, localFilePath); 276EqtTrace.Info("DataCollectionAttachmentManager.AddNewFileTransfer: Copying file {0} to {1}", fileTransferInfo.FileName, localFilePath); 278_fileHelper.CopyFile(fileTransferInfo.FileName, localFilePath); 280EqtTrace.Info("DataCollectionAttachmentManager.AddNewFileTransfer: Copied file {0} to {1}", fileTransferInfo.FileName, localFilePath);