Formatting
This commit is contained in:
parent
4658afdc20
commit
86a39f10d1
4 changed files with 123 additions and 123 deletions
|
|
@ -208,7 +208,7 @@ namespace FileManager
|
|||
});
|
||||
|
||||
/// <summary>Move file. No error when source does not exist. Retry up to 3 times before throwing exception.</summary>
|
||||
public static void SaferMove(LongPath source, LongPath destination)
|
||||
public static void SaferMove(LongPath source, LongPath destination)
|
||||
=> retryPolicy.Execute(() =>
|
||||
{
|
||||
try
|
||||
|
|
@ -260,9 +260,9 @@ namespace FileManager
|
|||
catch (UnauthorizedAccessException) { }
|
||||
catch (PathTooLongException) { }
|
||||
catch(Exception ex)
|
||||
{
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue