mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 04:09:27 +02:00
lazutils: docs FileIsInPath
git-svn-id: trunk@44844 -
This commit is contained in:
parent
e27cf4da25
commit
eace6ac25e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user