PATH
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdpath
- Last revised: 2016-02-10
Intrinsic define (macro string) set by the compiler
Syntax
` PATH
`
Description
Set to the quoted absolute path of the source file at the time of compilation.
Examples
start GeSHi
vb
' Tell the compiler to seach the source file's
' directory for libraries
#libpath __PATH__end GeSHi
Differences from QB
- New to FreeBASIC
See also
__FILE__
Back to DocToc