Handle and notify users of invalid account settings file
This commit is contained in:
parent
b36e110b49
commit
ac036f65f1
4 changed files with 161 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue