Make doku of os.moveFile() more precise. (#10758) [ci skip]

This commit is contained in:
Simon Krauter
2019-02-28 18:58:07 +01:00
committed by Miran
parent 38aec488b7
commit 0b56b3595a

View File

@@ -1648,6 +1648,7 @@ proc moveFile*(source, dest: string) {.rtl, extern: "nos$1",
## Moves a file from `source` to `dest`.
##
## If this fails, `OSError` is raised.
## If `dest` already exists, it will be overwritten.
##
## Can be used to `rename files`:idx:.
##