1 implementation of MoveFile
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\FileHelper.cs (1)
78
public void
MoveFile
(string sourcePath, string destinationPath)
1 reference to MoveFile
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
270
_fileHelper.
MoveFile
(fileTransferInfo.FileName, localFilePath);