| 122 | return percent; |
| 123 | } |
| 124 | winrt::hstring RobocopyViewModel::SpeedText() |
| 125 | { |
| 126 | return ReadableUnitConverter::Speed::ToString<wchar_t>(m_bytesPerSec).data(); |
| 127 | } |
| 128 | winrt::Windows::Foundation::IAsyncAction RobocopyViewModel::Start() |
| 129 | { |
| 130 | if (!m_recordFile) |