__PATH__
Intrinsic define (macro string) set by the compiler
__PATH__
Set to the quoted absolute path of the source file at the time of compilation.
Syntax
__PATH__
Description
Set to the quoted absolute path of the source file at the time of compilation.
Example
' Tell the compiler to seach the source file's
' directory for libraries
#libpath __PATH__
' directory for libraries
#libpath __PATH__
Differences from QB
- New to FreeBASIC
See also