GetDefaultDuplicateName | Generates a new name for <paramref name="fileInfo" /> appended with a number like <c>" - 123"</c>. Will choose a number that doesn't already exist, starting at <c>2</c>. If the original name already ends with a number, will find the next highest number that doesn't exist. |
GetNewPath | Returns a full path in the same directory as <paramref name="fileInfo" />, but with the given <paramref name="newName" />. |