diff --git a/Help/command/file.rst b/Help/command/file.rst index 389fcc8845..81f2a0121a 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -615,7 +615,9 @@ Filesystem emitted. Specifying ``COPY_ON_ERROR`` enables copying the file as a fallback if - creating the link fails. It can be useful for handling situations such as + creating the link fails. If the source is a directory, the destination + directory will be created if it does not exist, but no files will be copied + the from source one. It can be useful for handling situations such as ```` and ```` being on different drives or mount points, which would make them unable to support a hard link.