Skip to content

Commit 3d6879b

Browse files
authored
Mention symlinks for is_file() functions (#3924)
Fixes GH-3719
1 parent e3fc9c4 commit 3d6879b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/filesystem/functions/is-file.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
1414
</methodsynopsis>
1515
<para>
16-
Tells whether the given file is a regular file.
16+
Tells whether the given file is a regular file. If <parameter>filename</parameter> is a
17+
symbolic link, it will resolve the symlink and will give information about the referred file.
1718
</para>
1819
</refsect1>
1920

0 commit comments

Comments
 (0)