mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-29 15:01:22 +01:00
Docs: FileIsHardLink and FileIsSymLink. Issue #23304, patch from Bart
git-svn-id: trunk@39911 -
This commit is contained in:
parent
de8fbe1e29
commit
400f1275e2
@ -248,17 +248,34 @@
|
||||
<descr>
|
||||
<p>
|
||||
<var>FileIsSymLink</var> - check if file name is a symbolic link</p>
|
||||
<p>On Windows systems, always returns false. On others, returns true if it is a symbolic link</p>
|
||||
<p>On Windows systems, symbolic links are supported only on NT based Windows, the function returns false on Win9x and WinCE systems. On others, returns true if it is a symbolic link</p>
|
||||
</descr>
|
||||
</element>
|
||||
<!-- function result Visibility: default -->
|
||||
<element name="FileIsSymlink.Result">
|
||||
<short>Returns True if file name is a symbolic link (always false in Windows systems)</short>
|
||||
<short>Returns True if file name is a symbolic link (always false in Win9x and WinCE systems)</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="FileIsSymlink.AFilename">
|
||||
<short>Name of the file for checking</short>
|
||||
</element>
|
||||
<element name="FileIsHardLink">
|
||||
<short>
|
||||
<var>FileIsHardLink</var> - check if file name is a hard link</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>FileIsHardLink</var> - check if file name is a hard link</p>
|
||||
<p>On Windows systems, hard links are supported only on NT based Windows, the function returns false on Win9x and WinCE systems. On others, returns true if the hard link reference count is bigger than one</p>
|
||||
</descr>
|
||||
</element>
|
||||
<!-- function result Visibility: default -->
|
||||
<element name="FileIsHardLink.Result">
|
||||
<short>Returns True if file name is a hard link (always false in Win9x and WinCE systems)</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="FileIsHardLink.AFilename">
|
||||
<short>Name of the file for checking</short>
|
||||
</element>
|
||||
<!-- function Visibility: default -->
|
||||
<element name="FileSize">
|
||||
<short>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user