Lines Matching refs:symbolic
66 If *follow_symlinks* is false and *src* is a symbolic link,
67 a new symbolic link will be created instead of copying the
99 If *follow_symlinks* is false, and both *src* and *dst* are symbolic links,
103 :func:`copymode` cannot modify symbolic links on the local platform, and it
120 refer to symbolic links, :func:`copystat` will operate on
121 the symbolic links themselves rather than the files the
122 symbolic links refer to—reading the information from the
123 *src* symbolic link, and writing the information to the
124 *dst* symbolic link.
129 modify symbolic links. Python itself can tell you what
134 bits of a symbolic link.
138 and modification times of a symbolic link.
142 a symbolic link. (``os.chflags`` is not available on
146 is unavailable, when asked to modify a symbolic link,
165 If *follow_symlinks* is false, and *src* is a symbolic link,
166 *dst* will be created as a symbolic link. If *follow_symlinks*
167 is true and *src* is a symbolic link, *dst* will be a copy of
194 When *follow_symlinks* is false, and *src* is a symbolic
196 *src* symbolic link to the newly-created *dst* symbolic link.
205 about platform support for modifying symbolic link metadata.
240 If *symlinks* is true, symbolic links in the source tree are represented as
241 symbolic links in the new tree and the metadata of the original links will
294 symbolic link to a directory). If *ignore_errors* is true, errors resulting