You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Managers/LuaMan.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -526,6 +526,8 @@ namespace RTE {
526
526
527
527
/// <summary>
528
528
/// Moves or renames the filesystem object oldPath to newPath.
529
+
/// In order to get consistent behavior across Windows and Linux across all 4 combinations of oldPath and newPath being a directory/file,
530
+
/// the newPath isn't allowed to already exist.
529
531
/// </summary>
530
532
/// <param name="oldPath">Path to the filesystem object. All paths are made absolute by adding current working directory to the specified path.</param>
531
533
/// <param name="newPath">Path to the filesystem object. All paths are made absolute by adding current working directory to the specified path.</param>
0 commit comments