Lines Matching refs:symbolic
137 symbolic links::
147 to ``PurePosixPath('bar')``, which is wrong if ``foo`` is a symbolic link
752 Return ``True`` if the path points to a directory (or a symbolic link
761 Return ``True`` if the path points to a regular file (or a symbolic link
782 Return ``True`` if the path points to a symbolic link, ``False`` otherwise.
790 Return ``True`` if the path points to a Unix socket (or a symbolic link
799 Return ``True`` if the path points to a FIFO (or a symbolic link
808 Return ``True`` if the path points to a block device (or a symbolic link
817 Return ``True`` if the path points to a character device (or a symbolic link
842 Like :meth:`Path.chmod` but, if the path points to a symbolic link, the
843 symbolic link's mode is changed rather than its target's.
848 Like :meth:`Path.stat` but, if the path points to a symbolic link, return
849 the symbolic link's information rather than its target's.
1012 Make this path a symbolic link to *target*. Under Windows,
1043 Remove this file or symbolic link. If the path points to a directory,