mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 21:09:12 +02:00
Docs: LazUtils/fileutil. Fixes capitalization for mac bundle post-fix.
This commit is contained in:
parent
c87b73cadc
commit
d1cd17f10d
@ -210,7 +210,7 @@
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>ProgramDirectoryWithBundle</var> is a <var>String</var> function used to get the path to current executable on the macOS operating system. It calls ProgramDirectory to get the return value, and removes the bundle post-fix ('.app/Contents/macOS') from the return value. The return value is not changed if it does not contain the bundle post-fix.
|
||||
<var>ProgramDirectoryWithBundle</var> is a <var>String</var> function used to get the path to current executable on the macOS operating system. It calls ProgramDirectory to get the return value, and removes the bundle post-fix ('.app/Contents/MacOS') from the return value. The return value is not changed if it does not contain the bundle post-fix.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
|
Loading…
Reference in New Issue
Block a user