mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
lcl doc: createrelativepath
git-svn-id: trunk@23669 -
This commit is contained in:
parent
cd4464a40b
commit
9a1ab2d27c
@ -615,12 +615,7 @@
|
||||
<var>CreateRelativePath</var> - given an absolute file path and a<var>BaseDirectory,</var> create a file path relative to the given base directory</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>CreateRelativePath</var> - given an absolute path and a
|
||||
|
||||
|
||||
|
||||
|
||||
<var>BaseDirectory,</var> create a search path relative to the current directory</p>
|
||||
<var>CreateRelativePath</var> - given an absolute path and a <var>BaseDirectory,</var> create a file path relative to the given base directory</p>
|
||||
<p>The returned string includes the correct number of dots and double dots to signify relativity to the current directory (eg ../../or ..\..\ etc)</p>
|
||||
</descr>
|
||||
<errors>If <var>BaseDirectory</var> is empty, functions exits and returns with <var>Result</var> equal to <var>Filename</var>; if <var>Filename</var> is empty, function exits with empty <var>Result</var>
|
||||
|
Loading…
Reference in New Issue
Block a user