| 56 | return transformed; |
| 57 | } |
| 58 | winrt::Windows::Foundation::Uri RobocopyViewModel::DestinationUri() |
| 59 | { |
| 60 | return winrt::Windows::Foundation::Uri{ |
| 61 | std::format(L"file://{}", backSlashToForwardSlash(m_destination)) |
| 62 | }; |
| 63 | } |
| 64 | |
| 65 | winrt::hstring RobocopyViewModel::OperationString() |
| 66 | { |
no test coverage detected