We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1255651 commit 6f3360cCopy full SHA for 6f3360c
reference/conanfile/tools/files.rst
@@ -84,6 +84,6 @@ windows. This function renames file or folder using :command:`robocopy` to avoid
84
tools.rename(self, "lib-sources-abe2h9fe", "sources") # renaming a folder
85
86
Parameters:
87
- - **conanfile**: Conanfile object.
88
- - **src** (Required): Path to be renamed.
89
- - **dst** (Required): Path to be renamed to.
+ - **conanfile**: Conanfile object.
+ - **src** (Required): Path to be renamed.
+ - **dst** (Required): Path to be renamed to.
0 commit comments