#include "precompiled.h"
#include "lib/lib.h"
#include "lib/sysdep/sysdep.h"
#include "lib/sysdep/gfx.h"
#include "lib/utf8.h"
#include "osx_bundle.h"
#include "osx_pasteboard.h"
#include <ApplicationServices/ApplicationServices.h>
#include <AvailabilityMacros.h>
#include <CoreFoundation/CoreFoundation.h>
#include <mach-o/dyld.h>
Go to the source code of this file.
OsPath sys_ExecutablePathname |
( |
| ) |
|
- Returns
- full pathname of the current executable.
this is useful for determining installation directory, e.g. for VFS.
Definition at line 139 of file osx.cpp.