lazutils: docs FileIsInPath

git-svn-id: trunk@44844 -
This commit is contained in:
mattias 2014-04-29 10:54:20 +00:00
parent e27cf4da25
commit eace6ac25e

View File

@ -563,7 +563,8 @@ as needed by Windows file names like D:test.
<!-- function Visibility: default -->
<element name="FileIsInPath">
<short>Returns true if Filename is below Path</short>
<descr>Path is a directory, Filename a file or directory. Returns true if Filename is a file or directory somewhere below Path. This is a logical test, so it does not check symlinks.
<descr>Path is a directory, Filename a file or directory. Returns true if Filename is a file or directory somewhere below Path. This is a logical test, so it does not check symlinks. Note: if both Filename and Path are the same, the result is false.
For example under Unix the Filename '/usr/lib/fpc' is below Path '/usr/lib', '/usr' and '/'.</descr>
<errors>
</errors>