Handle and notify users of invalid account settings file

This commit is contained in:
Michael Bucari-Tovo 2025-03-03 14:02:37 -07:00
parent b36e110b49
commit ac036f65f1
4 changed files with 161 additions and 13 deletions

View file

@ -157,7 +157,7 @@ namespace FileManager
/// <param name="extension">File extension override to use for <paramref name="destination"/></param>
/// <param name="overwrite">If <c>false</c> and <paramref name="destination"/> exists, append " (n)" to filename and try again.</param>
/// <returns>The actual destination filename</returns>
public static string SaferMoveToValidPath(
public static LongPath SaferMoveToValidPath(
LongPath source,
LongPath destination,
ReplacementCharacters replacements,