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: components/filesystem.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ files)::
266
266
The following options can be passed:
267
267
268
268
* ``override`` (default: ``false``): If true, target files newer than origin files are overwritten (see:method:`Symfony\\Component\\Filesystem\\Filesystem::copy`)
269
-
* ``copy_on_windows`` (default: ``false``): Whether to copy files instead of links on Windows. Since symfony/filesystem 6.2 this option is deprecated, use follow_symlinks instead.
269
+
* ``copy_on_windows`` (default: ``false``): Whether to copy files instead of links on Windows. Since symfony/filesystem 6.3 this option is deprecated, use follow_symlinks instead.
270
270
* ``follow_symlinks`` (default: ``false``): Whether to copy files instead of links, where using symlinks in not working: windows, different drive, docker context not supporting symlinks.
271
271
* ``delete`` (default: ``false``): Whether to delete files that are not in the source directory.