Commit a882857
committed
GetLastError() doesn't return anything if the call succeeds
Changed GetLastError() to ERROR_ALREADY_EXISTS when destination file exists check succeeds.1 parent 19e3979 commit a882857
File tree
1 file changed
+1
-1
lines changed- Sources/FoundationEssentials/FileManager
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments